Sha256: c29ebb073fe7d7e744e6223408113f66047e4343dbe1e3757a62c2e64533a971

Contents?: true

Size: 315 Bytes

Versions: 4

Compression:

Stored size: 315 Bytes

Contents

class CreateCmorShowcaseCategories < ActiveRecord::Migration[5.2]
  def change
    create_table :cmor_showcase_categories do |t|
      t.string :locale
      t.string :identifier
      t.string :name
      t.text :body
      t.integer :position
      t.timestamp :published_at

      t.timestamps
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
cmor_showcase-0.0.36.pre db/migrate/20190728095810_create_cmor_showcase_categories.rb
cmor_showcase-0.0.35.pre db/migrate/20190728095810_create_cmor_showcase_categories.rb
cmor_showcase-0.0.34.pre db/migrate/20190728095810_create_cmor_showcase_categories.rb
cmor_showcase-0.0.33.pre db/migrate/20190728095810_create_cmor_showcase_categories.rb