class CreatePhcpressproArticlesPosts < ActiveRecord::Migration[5.0] def change create_table :phcpresspro_articles_posts do |t| t.string :psttitle t.text :psttext t.string :pststatus t.text :pstexcerpts t.string :pstimage t.references :category, index: true t.string :user_id t.string :membership_id t.string :oganization_id t.timestamps end end end