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