Sha256: f5be63551421d8db47b7b306b612b1f9ab49460a1779151241b3cd75b2375866
Contents?: true
Size: 339 Bytes
Versions: 28
Compression:
Stored size: 339 Bytes
Contents
class CreatePhcpressproArticlePosts < ActiveRecord::Migration[5.2] def change create_table :phcpresspro_article_posts do |t| t.string :psttitle t.text :psttext t.string :pststatus t.string :pstimage t.string :slug t.string :user_id t.string :org_id t.timestamps end end end
Version data entries
28 entries across 28 versions & 1 rubygems