lootban start
This commit is contained in:
9
db/migrate/20250227233421_create_lootbans.rb
Normal file
9
db/migrate/20250227233421_create_lootbans.rb
Normal 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
|
Reference in New Issue
Block a user