Sha256: e83185678fd8d735f07f2ed2701e62b5b34b184b6c5af1ba86678db40816fbe5
Contents?: true
Size: 382 Bytes
Versions: 5
Compression:
Stored size: 382 Bytes
Contents
# This migration comes from droom (originally 20121012154558) class HelpPages < ActiveRecord::Migration def change create_table :droom_pages do |t| t.column :title, :string t.column :slug, :string t.column :summary, :text t.column :body, :text t.column :rendered_body, :text t.column :video_id, :string t.timestamps end end end
Version data entries
5 entries across 5 versions & 1 rubygems