Sha256: 64af6814c94485bf859ffbb4d0f457bcbe5b17397119012a207c6c93e6e363f0
Contents?: true
Size: 229 Bytes
Versions: 20
Compression:
Stored size: 229 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.timestamps null: false end end end
Version data entries
20 entries across 20 versions & 1 rubygems