Sha256: 4b398fd616c9a05544be649686c6261e9fa0e5b2c89e2434b09610a56d041ea2
Contents?: true
Size: 629 Bytes
Versions: 21
Compression:
Stored size: 629 Bytes
Contents
class CreateEmsNews < ActiveRecord::Migration def change create_table :ems_news do |t| t.string :slug t.string :title t.text :standfirst t.text :content t.boolean :hot t.boolean :featured t.boolean :comment t.string :meta_title t.text :meta_description t.datetime :publish_from t.string :status t.string :content_disposition t.integer :category_id # paperclip t.string :image_file_name t.string :image_content_type t.integer :image_file_size t.datetime :image_updated_at t.timestamps end end end
Version data entries
21 entries across 21 versions & 1 rubygems