1 2 3 4 5 6 7 8 9 10 11 |
|
# This migration comes from wittle (originally 20231028210722) class CreateWittleScores < ActiveRecord::Migration[7.1] def change create_table :wittle_scores do |t| t.references :puzzle, null: false t.string :name t.string :ip t.integer :seconds_taken t.timestamps end end end 1' type='application/atom+xml'/>