Sha256: 6f59a97de692ca07006954e2246506efeff1d5c77b19cce92d244ba25727738b
Contents?: true
Size: 384 Bytes
Versions: 9
Compression:
Stored size: 384 Bytes
Contents
class CreatePhcpressproBlogPosts < ActiveRecord::Migration[5.0] def change create_table :phcpresspro_blog_posts do |t| t.string :blogpsttitle t.text :blogpsttext t.string :pststatus t.text :blogpstexcerpts 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
9 entries across 9 versions & 1 rubygems