Sha256: fba091f3d23064441f75e16fa2e0ef867833d0fbc2045251154452ccb4675ded
Contents?: true
Size: 236 Bytes
Versions: 9
Compression:
Stored size: 236 Bytes
Contents
class CreatePosts < ActiveRecord::Migration[6.1] def change create_table :posts do |t| t.string :title t.text :description t.belongs_to :user, null: false, foreign_key: true t.timestamps end end end
Version data entries
9 entries across 9 versions & 1 rubygems