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