3 lines
120 B
MySQL
3 lines
120 B
MySQL
|
-- withdraw users
|
||
|
INSERT INTO "users" ("name") VALUES ('withdraw');
|
||
|
INSERT INTO "users" ("name") VALUES ('withdraws');
|