Sha256: e888c68d717152c8fe3f5109698f10458e40935cb629a9b6448af4c15d107975
Contents?: true
Size: 301 Bytes
Versions: 38
Compression:
Stored size: 301 Bytes
Contents
class CreatePhcpressNewsPosts < ActiveRecord::Migration def change create_table :phcpress_news_posts do |t| t.string :newspsttitle t.text :newspsttext t.string :pststatus t.text :newspstexcerpts t.string :pstimage t.integer :user_id t.timestamps null: false end end end
Version data entries
38 entries across 38 versions & 1 rubygems