3 lines
68 B
MySQL
3 lines
68 B
MySQL
|
ALTER TABLE users
|
||
|
ADD COLUMN invite_code BIGINT NOT NULL DEFAULT 0;
|