README updated
This commit is contained in:
parent
bf47c6ce40
commit
92332c5fdf
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ CREATE TABLE users (
|
|||
|
||||
CREATE TABLE progresses (
|
||||
id BIGSERIAL PRIMARY KEY,
|
||||
user_id BIGINT,
|
||||
user_id BIGINT NOT NULL,
|
||||
document TEXT NOT NULL,
|
||||
progress TEXT NOT NULL,
|
||||
percentage REAL NOT NULL,
|
||||
|
|
Loading…
Add table
Reference in a new issue