Sha256: 5f6abe4406c0cfbba1e6be01710d4e5bc8e2dc950ccb13c331f59877c013d78e
Contents?: true
Size: 291 Bytes
Versions: 4
Compression:
Stored size: 291 Bytes
Contents
class CreateBlocks < ActiveRecord::Migration[6.1] def change create_table :blocks do |t| t.references :blockable, polymorphic: true t.string :name t.string :handle t.integer :position t.boolean :visible, default: true t.timestamps end end end
Version data entries
4 entries across 4 versions & 1 rubygems