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