Sha256: 6096d645e7953c47848dae1d70480b09e4f4a2f8348b7a04e86483b531395044
Contents?: true
Size: 376 Bytes
Versions: 11
Compression:
Stored size: 376 Bytes
Contents
class CreatePhcdevworksTutorialsTutorialPosts < ActiveRecord::Migration[6.0] def change create_table :phcdevworks_tutorials_tutorial_posts do |t| t.string :post_title t.string :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
11 entries across 11 versions & 1 rubygems