Sha256: 48aee397ed204e0c0e1f1e05157b69d3ef99fe8a6beffc1ab2b98b610d4a894f
Contents?: true
Size: 295 Bytes
Versions: 49
Compression:
Stored size: 295 Bytes
Contents
class CreatePages < ActiveRecord::Migration def change create_table :pages do |t| t.string :type t.string :ancestry t.string :title t.text :body t.references :creator, index: true t.integer :position, default: 1000 t.timestamps end end end
Version data entries
49 entries across 49 versions & 1 rubygems