Updated README

master
Matt Theissen 4 years ago
parent 31418a4d6e
commit 4de93a60a9

@ -10,7 +10,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 account (id SERIAL UNIQUE, username VARCHAR(50) UNIQUE NOT NULL,timestamp TIMESTAMP,active VARCAHR(1) NOT NULL);`
`CREATE TABLE balance (id SERIAL UNIQUE,balance NUMERIC);`