Sha256: 2c9236ebb7ca91e1ba45402a574f115a6a7a1a7f07d5a2ae24578c7407fab5d5
Contents?: true
Size: 307 Bytes
Versions: 4
Compression:
Stored size: 307 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 :user_id t.timestamps null: false end end end
Version data entries
4 entries across 4 versions & 1 rubygems