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