Sha256: cc289744dc4c70ec3fd741d60edfa4d49cd7787d5e5940772c9f42c7962aadd0
Contents?: true
Size: 384 Bytes
Versions: 12
Compression:
Stored size: 384 Bytes
Contents
class CreatePhcpressproNewsPosts < ActiveRecord::Migration[5.0] def change create_table :phcpresspro_news_posts do |t| t.string :newspsttitle t.text :newspsttext t.string :pststatus t.text :newspstexcerpts t.string :pstimage t.integer :pstcategory_id t.string :user_id t.string :membership_id t.string :oganization_id t.timestamps end end end
Version data entries
12 entries across 12 versions & 1 rubygems