Sha256: 16e1a98357a3ea91636361247fa1e526946c686bf8b479821c723da04fe2d3f6
Contents?: true
Size: 374 Bytes
Versions: 7
Compression:
Stored size: 374 Bytes
Contents
class CreatePhcdevworksTutorialsTutorialPosts < ActiveRecord::Migration[6.0] def change create_table :phcdevworks_tutorials_tutorial_posts do |t| t.string :post_title t.text :post_description t.string :post_status t.string :post_image t.string :slug t.string :user_id t.string :org_id t.timestamps end end end
Version data entries
7 entries across 7 versions & 1 rubygems