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