Server API v1 #1
@ -3,5 +3,6 @@ CREATE TABLE IF NOT EXISTS tasks (
|
||||
id UUID PRIMARY KEY,
|
||||
title TEXT NOT NULL,
|
||||
description TEXT NOT NULL,
|
||||
complete BOOLEAN NOT NULL DEFAULT FALSE
|
||||
complete BOOLEAN NOT NULL DEFAULT FALSE,
|
||||
due_date TIMESTAMP NOT NULL
|
||||
);
|
Loading…
x
Reference in New Issue
Block a user