Sha256: ce85bbcfd3dbd540a232ceaf255a70c2981826e8e3ddd3d6df671afd540708f7
Contents?: true
Size: 349 Bytes
Versions: 5
Compression:
Stored size: 349 Bytes
Contents
class CreatePhcpressproArticlePosts < ActiveRecord::Migration[5.2] def change create_table :phcpresspro_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
5 entries across 5 versions & 1 rubygems