Fix SQL casing and improve error handling
This commit is contained in:
parent
c0227e4e2d
commit
72ed1ae61b
6 changed files with 20 additions and 15 deletions
|
|
@ -23,4 +23,4 @@ create table ordered_cake (
|
|||
primary key (customer_order, cake)
|
||||
);
|
||||
|
||||
PRAGMA user_version = 1;
|
||||
pragma user_version = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue