I give up for now

This commit is contained in:
Daniel Mason 2016-12-31 17:01:14 +13:00
parent 9985eeed2a
commit 9f6e348e05
3 changed files with 202 additions and 38 deletions

View file

@ -1,4 +1,4 @@
-- base sql
-- Creates an empty DB for your own questions/etc.
CREATE TABLE IF NOT EXISTS `user` (
`user_id` INT(11) NOT NULL AUTO_INCREMENT,
`user_time` INT(11) NOT NULL,