terrible but good ;) mario u will see
This commit is contained in:
parent
57097a3c8a
commit
89b57723bb
|
|
@ -3,7 +3,7 @@
|
||||||
-- https://www.phpmyadmin.net/
|
-- https://www.phpmyadmin.net/
|
||||||
--
|
--
|
||||||
-- Host: 127.0.0.1
|
-- 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
|
-- Server version: 10.4.24-MariaDB
|
||||||
-- PHP Version: 7.4.29
|
-- PHP Version: 7.4.29
|
||||||
|
|
||||||
|
|
@ -33,7 +33,8 @@ CREATE TABLE `users` (
|
||||||
`password` varchar(50) NOT NULL,
|
`password` varchar(50) NOT NULL,
|
||||||
`date` datetime NOT NULL DEFAULT current_timestamp(),
|
`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.',
|
`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;
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
|
||||||
|
|
||||||
--
|
--
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue