Sha256: 10ff8271146cd1a50a4b90315fad4307ad5b97d23b8b6c2cfe07731f0cdc454b
Contents?: true
Size: 255 Bytes
Versions: 16
Compression:
Stored size: 255 Bytes
Contents
class CreateTiCategories < ActiveRecord::Migration[5.0] def change create_table :ti_categories do |t| t.string :title t.integer :ord t.text :full t.references :parent_category, index: true t.timestamps end end end
Version data entries
16 entries across 16 versions & 1 rubygems