Sha256: b8750f69f14370e242eac9d06a8a47f33a0d407ae399370732ebbc3aa799e082
Contents?: true
Size: 307 Bytes
Versions: 4
Compression:
Stored size: 307 Bytes
Contents
class CreatePhcpressproNewsPosts < ActiveRecord::Migration def change create_table :phcpresspro_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
4 entries across 4 versions & 1 rubygems