You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
224 B
SQL

INSERT INTO users VALUES(
1337,
'tester',
'tester@example.com',
/* thisisinsecure */
'$2a$12$M51w5lWkveAOhwoanoCxO.hJe3s1m8qJuCzbzdETt0SThjpq4BPRq',
'2025-02-25 18:58:44',
'2025-02-25 18:58:44'
);