Sha256: 79904db39887f3d40c25ddfd67f0137478c093fa9356aed2ba0f477f95220400
Contents?: true
Size: 371 Bytes
Versions: 22
Compression:
Stored size: 371 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.string :slug t.timestamps t.index :slug, unique: true end end end
Version data entries
22 entries across 22 versions & 1 rubygems