remove duplicate structure

This commit is contained in:
fpellet 2020-01-19 20:01:09 +01:00
parent 2e4255f35e
commit f669f07812

View File

@ -1,5 +0,0 @@
CREATE TABLE item (
name CHARACTER VARYING(100) NOT NULL,
sellIn INTEGER,
quality INTEGER NOT NULL
);