class CreatePhcpressproNewsPosts < ActiveRecord::Migration def change create_table :phcpresspro_news_posts do |t| t.string :newspsttitle t.text :newspsttext t.string :pststatus t.text :newspstexcerpts t.string :pstimage t.integer :pstcategory_id t.integer :user_id t.timestamps null: false end end end