Update grublox.sql

This commit is contained in:
Mario 2023-03-02 21:43:40 +02:00 committed by GitHub
parent 6e4da5e832
commit 73d61204b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: Mar 02, 2023 at 09:43 AM
-- Generation Time: Mar 02, 2023 at 08:43 PM
-- Server version: 10.4.25-MariaDB
-- PHP Version: 8.1.10
@ -196,7 +196,8 @@ CREATE TABLE `users` (
`username` varchar(20) NOT NULL,
`password` varchar(450) NOT NULL,
`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,
`lastPaid` varchar(30) DEFAULT current_timestamp(),
`admin` int(1) NOT NULL DEFAULT 0,