Update grublox.sql
This commit is contained in:
parent
6e4da5e832
commit
73d61204b0
|
|
@ -3,7 +3,7 @@
|
||||||
-- https://www.phpmyadmin.net/
|
-- https://www.phpmyadmin.net/
|
||||||
--
|
--
|
||||||
-- Host: 127.0.0.1
|
-- Host: 127.0.0.1
|
||||||
-- Generation Time: Mar 02, 2023 at 09:43 AM
|
-- Generation Time: Mar 02, 2023 at 08:43 PM
|
||||||
-- Server version: 10.4.25-MariaDB
|
-- Server version: 10.4.25-MariaDB
|
||||||
-- PHP Version: 8.1.10
|
-- PHP Version: 8.1.10
|
||||||
|
|
||||||
|
|
@ -196,7 +196,8 @@ CREATE TABLE `users` (
|
||||||
`username` varchar(20) NOT NULL,
|
`username` varchar(20) NOT NULL,
|
||||||
`password` varchar(450) NOT NULL,
|
`password` varchar(450) NOT NULL,
|
||||||
`date` datetime NOT NULL DEFAULT current_timestamp(),
|
`date` datetime NOT NULL DEFAULT current_timestamp(),
|
||||||
`description` varchar(250) DEFAULT NULL,
|
`description` varchar(250) DEFAULT 'Hello, I''m new to Grublox!',
|
||||||
|
`status` varchar(50) NOT NULL DEFAULT 'Status!',
|
||||||
`money` int(11) NOT NULL DEFAULT 10,
|
`money` int(11) NOT NULL DEFAULT 10,
|
||||||
`lastPaid` varchar(30) DEFAULT current_timestamp(),
|
`lastPaid` varchar(30) DEFAULT current_timestamp(),
|
||||||
`admin` int(1) NOT NULL DEFAULT 0,
|
`admin` int(1) NOT NULL DEFAULT 0,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue