Sha256: 70baa6ec83aa62292dcb90bdf0e315ef63e1a11e34aad6284e9fa8b07a0a074c
Contents?: true
Size: 405 Bytes
Versions: 24
Compression:
Stored size: 405 Bytes
Contents
class CreatePhcpressproArticlesPosts < ActiveRecord::Migration[5.1] def change create_table :phcpresspro_articles_posts do |t| t.string :psttitle t.text :psttext t.string :pststatus t.string :pstimage t.string :slug t.string :user_id t.string :user_name t.string :membership_id t.string :oganization_id t.timestamps end end end
Version data entries
24 entries across 24 versions & 1 rubygems