Sha256: 78f7d41f845bcad91927a57f72683b16dfa419dc3860ccbdb2ffd2dece2771c8
Contents?: true
Size: 327 Bytes
Versions: 36
Compression:
Stored size: 327 Bytes
Contents
class CreatePhcpressproArticlesPosts < ActiveRecord::Migration[5.0] def change create_table :phcpresspro_articles_posts do |t| t.string :psttitle t.text :psttext t.string :pststatus t.string :pstimage t.string :user_id t.string :membership_id t.string :oganization_id t.timestamps end end end
Version data entries
36 entries across 36 versions & 1 rubygems