terrible but good ;) mario u will see

This commit is contained in:
ui0ppk 2023-01-24 21:46:32 +02:00
parent 57097a3c8a
commit 89b57723bb
1 changed files with 3 additions and 2 deletions

View File

@ -3,7 +3,7 @@
-- https://www.phpmyadmin.net/
--
-- Host: 127.0.0.1
-- Generation Time: Jan 24, 2023 at 06:18 PM
-- Generation Time: Jan 24, 2023 at 08:45 PM
-- Server version: 10.4.24-MariaDB
-- PHP Version: 7.4.29
@ -33,7 +33,8 @@ CREATE TABLE `users` (
`password` varchar(50) NOT NULL,
`date` datetime NOT NULL DEFAULT current_timestamp(),
`token` varchar(25) DEFAULT NULL COMMENT 'Token for joining. Useful to secure joining to prevent unauthorized users to use other names.',
`description` varchar(250) DEFAULT NULL
`description` varchar(250) DEFAULT NULL,
`money` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
--