Sha256: eb806dc2407e2d930e04fedfe3f5a78ba446ba5d8258acfdc5e5e61e1807baa6
Contents?: true
Size: 406 Bytes
Versions: 3
Compression:
Stored size: 406 Bytes
Contents
class CreatePhcdevworksPressArticlePosts < ActiveRecord::Migration[7.0] def change create_table :phcdevworks_press_article_posts do |t| t.string :article_post_title t.text :article_post_text t.string :article_post_status t.string :optimization_id t.string :slug t.string :user_id t.string :org_id t.timestamps end end end
Version data entries
3 entries across 3 versions & 1 rubygems