README update

master
Matt Theissen 4 years ago
parent 5b1f1ea7d9
commit 31aedba049

@ -14,6 +14,8 @@ Setup the database:
`CREATE TABLE balance (id SERIAL UNIQUE,balance NUMERIC);` `CREATE TABLE balance (id SERIAL UNIQUE,balance NUMERIC);`
`CREATE TABLE transaction (id SERIAL UNIQUE,username VARCHAR(50),amount NUMERIC,timestamp TIMESTAMP);`
Use script. Use script.