From 53b5a14ea1b135135db7d2852a0ae453315b0283 Mon Sep 17 00:00:00 2001 From: Lilian BRETON Date: Tue, 11 Oct 2022 09:31:16 +0000 Subject: [PATCH] Delete 'create.sql' --- create.sql | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 create.sql diff --git a/create.sql b/create.sql deleted file mode 100644 index f28a6ea..0000000 --- a/create.sql +++ /dev/null @@ -1,11 +0,0 @@ -#Create the User table - -CREATE TABLE User ( - ID char(5) PRIMARY KEY, - Username varchar(20) NOT NULL, - Nationality varchar(20) NOT NULL, - Sex char(1) NOT NULL, - DateOfBirth date NOT NULL, - CurrentBobCoins bigint(255) DEFAULT 0, - TotalBobCoins bigint(255) DEFAULT 0, -); \ No newline at end of file