Sha256: ed14497b68cacd8621fc0f54d2179526ce4fddf6362eb71f9dd9e8efcd1e0c6d
Contents?: true
Size: 349 Bytes
Versions: 4
Compression:
Stored size: 349 Bytes
Contents
class CreatePhcpressproArticlePosts < ActiveRecord::Migration[7.0] 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
4 entries across 4 versions & 1 rubygems