Sha256: 56378d01a270f9cc7572de8e8d2d231378b7333c735d8d66e357aa54ee80840e
Contents?: true
Size: 403 Bytes
Versions: 14
Compression:
Stored size: 403 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 :user_name t.string :membership_id t.string :oganization_id t.timestamps end end end
Version data entries
14 entries across 14 versions & 1 rubygems