Sha256: 944d2d52e6dce65d3659cfca153164b3af9c2b8ffb8bc20879b21f95a41ae86e
Contents?: true
Size: 359 Bytes
Versions: 18
Compression:
Stored size: 359 Bytes
Contents
class CreatePhcdevworksPressArticlePosts < ActiveRecord::Migration[6.0] def change create_table :phcdevworks_press_article_posts do |t| t.string :post_title t.string :post_text t.string :post_status t.string :post_image t.string :slug t.string :user_id t.string :org_id t.timestamps end end end
Version data entries
18 entries across 18 versions & 1 rubygems