mirror of
https://github.com/aaronleetw/Attendance.git
synced 2024-11-14 19:11:39 -08:00
Edit db.sql
This commit is contained in:
parent
7b5e9fd5f7
commit
ef64ea33c3
1 changed files with 2 additions and 0 deletions
2
db.sql
2
db.sql
|
@ -1,3 +1,4 @@
|
|||
CREATE DATABASE attendance;
|
||||
USE attendance;
|
||||
CREATE TABLE users (
|
||||
id INT NOT NULL AUTO_INCREMENT,
|
||||
|
@ -84,6 +85,7 @@ CREATE TABLE submission (
|
|||
date VARCHAR(11),
|
||||
period CHAR,
|
||||
signature LONGTEXT,
|
||||
dscfrm TEXT,
|
||||
/*
|
||||
Save as JSON
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue