Sha256: f26ab14816a65eaa2ebbdc84d76440ca6d330057252a570d198875af9cefc67b
Contents?: true
Size: 357 Bytes
Versions: 13
Compression:
Stored size: 357 Bytes
Contents
class CreatePhcdevworksPressArticlePosts < ActiveRecord::Migration[6.0] def change create_table :phcdevworks_press_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.string :org_id t.timestamps end end end
Version data entries
13 entries across 13 versions & 1 rubygems