Sha256: 8492cede5e0bc702a444d8412a4fa1c040b8522094ce8cbdb071e3bf9a47ada9
Contents?: true
Size: 342 Bytes
Versions: 12
Compression:
Stored size: 342 Bytes
Contents
class CreatePhcpressArticlesPosts < ActiveRecord::Migration[5.0] def change create_table :phcpress_articles_posts do |t| t.string :psttitle t.text :psttext t.string :pststatus t.string :pstimage t.string :user_id t.string :user_name t.timestamps end end end
Version data entries
12 entries across 12 versions & 1 rubygems