Sha256: 86f4003c4e56b7580f9a7f814d0c8bca86a61408590e6cc6c382d1890d72e36f
Contents?: true
Size: 343 Bytes
Versions: 12
Compression:
Stored size: 343 Bytes
Contents
class CreatePhcdevworksTutorialsTutorialCategories < ActiveRecord::Migration[6.0] def change create_table :phcdevworks_tutorials_tutorial_categories do |t| t.string :category_name t.string :slug t.string :user_id t.string :org_id t.timestamps end end end
Version data entries
12 entries across 12 versions & 1 rubygems