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