Sha256: f1bc05f18f4eee07f429742b9aa0f68b9f097975dda4f7d6dfff0ab99a4e8cff
Contents?: true
Size: 350 Bytes
Versions: 65
Compression:
Stored size: 350 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
65 entries across 65 versions & 1 rubygems