summaryrefslogtreecommitdiff
path: root/db/migrate/20250908181137_create_targets.rb
blob: 9144e50c48170bb2fe7d36f3e902aa365199c703 (plain)
1
2
3
4
5
6
7
8
9
class CreateTargets < ActiveRecord::Migration[8.0]
  def change
    create_table :targets do |t|
      t.string :name

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