Sha256: 55eb627cb3900ad25c4cf7b526fc2bc530a7f2d694317ebbda7a45b8d2f7f2ad
Contents?: true
Size: 387 Bytes
Versions: 26
Compression:
Stored size: 387 Bytes
Contents
class CreatePhcdevworksPressArticlePosts < ActiveRecord::Migration[6.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
26 entries across 26 versions & 1 rubygems