Sha256: b48da6cd286f223fdd64624f782a54ce97b6f26867c3bfe94a90ffadfbf1b5b8
Contents?: true
Size: 350 Bytes
Versions: 24
Compression:
Stored size: 350 Bytes
Contents
class CreatePhcpressproArticlesPosts < ActiveRecord::Migration[5.0] def change create_table :phcpresspro_articles_posts do |t| t.string :psttitle t.text :psttext t.string :pststatus t.text :pstexcerpts t.string :pstimage t.string :user_id t.string :membership_id t.string :oganization_id t.timestamps end end end
Version data entries
24 entries across 24 versions & 1 rubygems