Sha256: d804aa9dacbf335b8abafdd41fd2424ba9a3ce7daf36b89263be9277cfcc3524
Contents?: true
Size: 389 Bytes
Versions: 6
Compression:
Stored size: 389 Bytes
Contents
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
6 entries across 6 versions & 2 rubygems