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