Sha256: 4096ba5604db456b333972ec6bff02690992195a5fe95d6fd9dbac1485fbb360
Contents?: true
Size: 327 Bytes
Versions: 5
Compression:
Stored size: 327 Bytes
Contents
class CreatePhcdevworksTutorialsTutorialPosts < ActiveRecord::Migration[6.0] def change create_table :phcdevworks_tutorials_tutorial_posts do |t| t.string :tutorial_post_title t.references :category t.string :slug t.string :user_id t.string :org_id t.timestamps end end end
Version data entries
5 entries across 5 versions & 1 rubygems