Sha256: aeeb19c05108d75d14976cb4df08bcd5d4a1583055676bf71fa755f460ff88b2
Contents?: true
Size: 336 Bytes
Versions: 6
Compression:
Stored size: 336 Bytes
Contents
class CreatePhcpressproBlogPosts < ActiveRecord::Migration def change create_table :phcpresspro_blog_posts do |t| t.string :blogpsttitle t.text :blogpsttext t.string :pststatus t.text :blogpstexcerpts t.string :pstimage t.integer :pstcategory_id t.integer :user_id t.timestamps null: false end end end
Version data entries
6 entries across 6 versions & 1 rubygems