Sha256: b825468d0dd9154755241cbc2b52acef125b8a259a59837ad3917d6bf8e4b66a
Contents?: true
Size: 267 Bytes
Versions: 2
Compression:
Stored size: 267 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.text :pstexcerpts t.string :pstimage t.timestamps end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
phcpress-5.1.0 | db/migrate/20160720181307_create_phcpress_articles_posts.rb |
phcpress-5.0.0 | db/migrate/20160720181307_create_phcpress_articles_posts.rb |