Sha256: c138dd013e7c87db6d22a2e59c70f56126ca576352bab5f82251905b55f2b01c
Contents?: true
Size: 317 Bytes
Versions: 4
Compression:
Stored size: 317 Bytes
Contents
class CreatePhcpressArticlePosts < ActiveRecord::Migration[5.2] 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
Version data entries
4 entries across 4 versions & 1 rubygems