Hi guys,
I’m working on “Build a Menu for Bytes of China” and past question 5 the following code:
create table restaurant (
id integer primary key,
name varchar(20),
description varchar(100),
rating decimal,
telephone char(10),
hours varchar(100),
);
throws up this message “ERROR: syntax error at or near “name”. LINE 4: name varchar(20),”
^
Any help would be great