class CreateGames < ActiveRecord::Migration[5.2] def change create_table :games do |t| t.string :title t.string :status t.text :progress t.text :description t.integer :score t.timestamps end end end x.rb?h=master' type='application/atom+xml'/>
about summary refs log tree commit diff stats
path: root/config/initializers/mysql_utf8mb4_fix.rb
blob: 838802791deaba73a3f11f68188d688bc7930be6 (plain) (blame)
1
2
3
4
5
6
7
8
9