Sha256: 4c60e3e4339874c4bff740885d2f4830368ee2d914142c6bf1b69149e39fbb33
Contents?: true
Size: 341 Bytes
Versions: 5
Compression:
Stored size: 341 Bytes
Contents
class CreatePhcpressArticlesPosts < ActiveRecord::Migration[5.0] def change create_table :phcpress_articles_posts do |t| t.string :psttitle t.text :psttext t.string :pststatus t.string :pstimage t.string :user_id t.string :user_name t.timestamps end end end
Version data entries
5 entries across 5 versions & 1 rubygems