From b540a8e8d330864edd07d157b69aa5ccec96b02b Mon Sep 17 00:00:00 2001 From: Matt Theissen Date: Sun, 18 Jul 2021 01:15:10 -0500 Subject: [PATCH] README.md update again. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 891a258..3f48201 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ This project is solely for training purpose and will not be maintained. Use the Setup the database: + CREATE TABLE account (id SERIAL UNIQUE, username VARCHAR(50) UNIQUE NOT NULL,timestamp TIMESTAMP); CREATE TABLE balance (id SERIAL UNIQUE,balance NUMERIC);