Sha256: 8aaa469c487965226e2b1a15051370b5715ef39f9f0dd736c60aef6385c708c4
Contents?: true
Size: 283 Bytes
Versions: 174
Compression:
Stored size: 283 Bytes
Contents
class CreateMartyTags < McflyAppendOnlyMigration include Marty::Migrations def change create_table :marty_tags do |t| t.string :name, null: false, limit: 255 t.string :comment, null: false, limit: 255 end add_mcfly_index :marty_tags, :name end end
Version data entries
174 entries across 174 versions & 1 rubygems