lootban start

This commit is contained in:
2025-02-27 15:47:41 -08:00
parent 2c0f09455e
commit 0e380931b1
12 changed files with 91 additions and 53 deletions

View File

@ -0,0 +1,9 @@
class CreateLootbans < ActiveRecord::Migration[8.0]
def change
create_table :lootbans do |t|
t.string :name
t.timestamps
end
end
end