Sha256: 95c9a71bc51c5e12b482e6d326b241ba04208f3d3896b0503370592773c31252
Contents?: true
Size: 333 Bytes
Versions: 9
Compression:
Stored size: 333 Bytes
Contents
class CreatePhcpressArticlePosts < ActiveRecord::Migration[5.2] def change create_table :phcpress_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 :org_id t.timestamps end end end
Version data entries
9 entries across 9 versions & 1 rubygems