mirror of
https://github.com/brmlab/brmbar.git
synced 2025-06-07 12:54:05 +02:00
remove ,
This commit is contained in:
parent
05aab85b5a
commit
b6a9e950f5
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
CREATE TABLE items (
|
||||
code TEXT NOT NULL PRIMARY KEY,
|
||||
name TEXT NOT NULL,
|
||||
price INTEGER NOT NULL,
|
||||
price INTEGER NOT NULL
|
||||
);
|
||||
|
||||
CREATE INDEX items_name ON items ( name );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue