Fixed database query and fixed docker-compose
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
DROP TABLE IF EXISTS phones;
|
||||
|
||||
CREATE TABLE phones (
|
||||
id INT AUTO_INCREMENT PRIMARY KEY,
|
||||
id_phone INT AUTO_INCREMENT PRIMARY KEY,
|
||||
creation_date VARCHAR(250) NOT NULL,
|
||||
name VARCHAR(250) NOT NULL,
|
||||
model VARCHAR(250) NOT NULL,
|
||||
|
||||
Reference in New Issue
Block a user