3 lines
120 B
MySQL
Raw Normal View History

2021-08-19 16:42:21 -05:00
-- withdraw users
INSERT INTO "users" ("name") VALUES ('withdraw');
INSERT INTO "users" ("name") VALUES ('withdraws');