class CreatePhcpressArticlePosts < ActiveRecord::Migration[7.0] def change create_table :phcpress_article_posts do |t| t.string :post_title t.text :post_text t.string :post_status t.string :post_image t.string :slug t.string :user_id t.timestamps end end end