fac21 / week5--Web-App--EMNS

https://database-web-app-week5.herokuapp.com/
0 stars 1 forks source link

User table incomplete #25

Open fi-ya opened 3 years ago

fi-ya commented 3 years ago

When you click create user, there are inputs for age and location, but this is not mentioned in the schema for table.

CREATE TABLE users ( id SERIAL PRIMARY KEY, username VARCHAR(255) NOT NULL );