Sha256: 0ffb36bdae46737fff92782fd7b1d99a727a2880be7bed5a1ca22cbbc0bd0636
Contents?: true
Size: 453 Bytes
Versions: 1
Compression:
Stored size: 453 Bytes
Contents
# This migration comes from comable (originally 20150612143226) class CreateComableThemes < ActiveRecord::Migration def change create_table :comable_themes do |t| t.string :name, null: false t.string :version, null: false t.string :display t.string :description t.string :homepage t.string :author t.timestamps null: false end add_index :comable_themes, [:name, :version], unique: true end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
comable-apartment-0.0.1 | test/dummy/db/migrate/20150814140760_create_comable_themes.comable.rb |