Sha256: 5b9680e707e1772f6691881f663a874ae9fc454cd582e25313a849ad594ce15e
Contents?: true
Size: 400 Bytes
Versions: 17
Compression:
Stored size: 400 Bytes
Contents
class CreatePhcdevworksTutorialsTutorialPosts < ActiveRecord::Migration[6.0] def change create_table :phcdevworks_tutorials_tutorial_posts do |t| t.string :tutorial_post_title t.text :tutorial_post_text t.string :tutorial_post_status t.string :optimization_id t.string :slug t.string :user_id t.string :org_id t.timestamps end end end
Version data entries
17 entries across 17 versions & 1 rubygems