Sha256: cb5051640b623f4c857b266c5f0d56db5fb76d24aab5cbdbf461b0c0c62ccddc
Contents?: true
Size: 301 Bytes
Versions: 18
Compression:
Stored size: 301 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
18 entries across 18 versions & 1 rubygems