Sha256: a29dd8ee77c2d33705f6165580fe5ce87c6e0af3fbf1e5d76415224637036230
Contents?: true
Size: 319 Bytes
Versions: 11
Compression:
Stored size: 319 Bytes
Contents
class CreateArticleCategories < ActiveRecord::Migration def change create_table :article_categories do |t| t.string :title t.text :content t.text :secret_field t.integer :parent_id t.integer :lft t.integer :rgt t.integer :depth t.timestamps end end end
Version data entries
11 entries across 11 versions & 2 rubygems