Sha256: a517e090e83207434843faa91ef562a9f50a87c4ee62267afdf3a1c84cf94d66
Contents?: true
Size: 246 Bytes
Versions: 14
Compression:
Stored size: 246 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.timestamps end end end
Version data entries
14 entries across 14 versions & 1 rubygems