mirror of
https://github.com/Dvorinka/MyClubServer.git
synced 2026-06-05 03:02:56 +00:00
upload
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
-- Add optional email and phone columns to players
|
||||
ALTER TABLE players
|
||||
ADD COLUMN IF NOT EXISTS email VARCHAR(255),
|
||||
ADD COLUMN IF NOT EXISTS phone VARCHAR(50);
|
||||
Reference in New Issue
Block a user