README.md update ...Once more.

master
Matt Theissen 4 years ago
parent b540a8e8d3
commit 4279f0c85f

@ -10,9 +10,9 @@ 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);`
CREATE TABLE balance (id SERIAL UNIQUE,balance NUMERIC);
`CREATE TABLE balance (id SERIAL UNIQUE,balance NUMERIC);`
Use script.