Sha256: 3594fe3167fb0846773e7f24dcb4065b9189ab01b44fca003ab007096b757389
Contents?: true
Size: 318 Bytes
Versions: 2
Compression:
Stored size: 318 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
phcpress-8.0.0 | db/migrate/20160720181307_create_phcpress_articles_posts.rb |
phcpress-8.0.0b | db/migrate/20160720181307_create_phcpress_articles_posts.rb |