Sha256: a9f401c004e60b3078057979ea2d28b244816ea7a8dcaf52073d96a918070c65
Contents?: true
Size: 441 Bytes
Versions: 12
Compression:
Stored size: 441 Bytes
Contents
# This migration comes from cmor_showcase (originally 20190728095810) 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
12 entries across 12 versions & 1 rubygems