Sha256: 4615c717edba3faa8e9db53469e0f5849f960d7415187ee4f5761d7bc8f7c570
Contents?: true
Size: 249 Bytes
Versions: 1
Compression:
Stored size: 249 Bytes
Contents
class CreatePages < ActiveRecord::Migration def change create_table :vellum_pages do |t| t.integer :category_id t.string :language t.string :title t.text :summary t.text :body t.timestamps end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vellum-0.0.2 | db/migrate/20130922001608_create_pages.rb |