Skip to content
Permalink
Browse files
Create DatabaseCreation.sql
  • Loading branch information
borgessa committed Dec 9, 2019
1 parent e337e38 commit 416fad8e688a5af67b4da6cd60fa608ba5243b7b
Showing 1 changed file with 10 additions and 0 deletions.
@@ -0,0 +1,10 @@
TABLE "Account" (

"AccountID" INTEGER AUTOINCREMENT,
"AccountName" TEXT,
"email" TEXT,
"password" TEXT,
"courseId" INTEGER,
"admin" INTEGER,
PRIMARY KEY("AccountID")
);

0 comments on commit 416fad8

Please sign in to comment.