Sha256: c0e6865ea6466e1d613589f2e4f5274ccffd33e05825dcefa6738dfb78a39723
Contents?: true
Size: 236 Bytes
Versions: 21
Compression:
Stored size: 236 Bytes
Contents
class CreateC80YaxCats < ActiveRecord::Migration def change create_table :c80_yax_cats do |t| t.string :title t.string :image t.string :slug t.integer :ord t.timestamps null: false end end end
Version data entries
21 entries across 21 versions & 1 rubygems