Sha256: cef71b7c6b54fa27855a3aa79c9dac9a2293880890f099fe9fb41b4a8f87df6e
Contents?: true
Size: 268 Bytes
Versions: 27
Compression:
Stored size: 268 Bytes
Contents
class CreateLayoutParts < ActiveRecord::Migration def change create_table :spina_layout_parts do |t| t.string :title t.string :name t.integer :layout_partable_id t.string :layout_partable_type t.timestamps end end end
Version data entries
27 entries across 15 versions & 1 rubygems