Sha256: f1809eb12216e10d38241c4aee38f12ac25cd787d3d1cb9a0690823f3b11a7fa
Contents?: true
Size: 336 Bytes
Versions: 6
Compression:
Stored size: 336 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 :pstcategory_id t.integer :user_id t.timestamps null: false end end end
Version data entries
6 entries across 6 versions & 1 rubygems