Sha256: 93a8896445659a05d1a45dd9b48546f1da964a7520361afa00e4ca5e4238b775
Contents?: true
Size: 320 Bytes
Versions: 6
Compression:
Stored size: 320 Bytes
Contents
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
6 entries across 6 versions & 1 rubygems