Sha256: 4dde039ac5bbaaa351c24ce907ca0d382f3922a43dcb8da48c660193dc89d7c1
Contents?: true
Size: 403 Bytes
Versions: 12
Compression:
Stored size: 403 Bytes
Contents
class CreatePhcpressproArticlePosts < ActiveRecord::Migration[5.1] def change create_table :phcpresspro_article_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
12 entries across 12 versions & 1 rubygems