Sha256: da0521eb3a111068287df1e151b9900f78a87e778e124bde2c53bd637a0076ae
Contents?: true
Size: 341 Bytes
Versions: 19
Compression:
Stored size: 341 Bytes
Contents
class CreatePhcpressproArticlePosts < ActiveRecord::Migration[5.2] def change create_table :phcpresspro_article_posts do |t| t.string :psttittle t.string :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
19 entries across 19 versions & 1 rubygems