Sha256: 090850bd4cd0410fe6c98962cd48a94dae21b035f45c7e0c252634f332382868
Contents?: true
Size: 434 Bytes
Versions: 15
Compression:
Stored size: 434 Bytes
Contents
class CreatePhcdevworksTutorialsTutorialPosts < ActiveRecord::Migration[6.0] def change create_table :phcdevworks_tutorials_tutorial_posts do |t| t.string :post_title t.text :post_description t.string :post_status t.string :post_image t.string :slug t.string :user_id t.string :org_id t.timestamps end end end
Version data entries
15 entries across 15 versions & 1 rubygems