class CreatePhcpressproArticlePosts < ActiveRecord::Migration[5.2] def change create_table :phcpresspro_article_posts do |t| t.string :psttitle t.text :psttext t.string :pststatus t.string :pstimage t.string :slug t.string :user_id t.string :org_id t.timestamps end end end