summaryrefslogtreecommitdiff
path: root/db/migrate/20241226110255_create_tartiflettes.rb
blob: 17ee93fd96cc339791e877d92812e312665b7905 (plain)
1
2
3
4
5
6
7
8
9
class CreateTartiflettes < ActiveRecord::Migration[8.0]
  def change
    create_table :tartiflettes do |t|
      t.integer :scoring_id

      t.timestamps
    end
  end
end
Copyright 2019--2025 Marius PETER