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);