Sha256: e09d35e9f752630ed19e8ad17e662d682aaceed0717124f483c9f2a2ac20694d
Contents?: true
Size: 350 Bytes
Versions: 1
Compression:
Stored size: 350 Bytes
Contents
class CreatePhcpressproArticlePosts < ActiveRecord::Migration[5.2] def change create_table :phcpresspro_article_posts do |t| t.string :post_tittle 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
phcpresspro-82.0.0 | db/migrate/20190315010932_create_phcpresspro_article_posts.rb |