ExternalisationConfig branch
This commit is contained in:
parent
0ba2b328aa
commit
11e42970e0
2 changed files with 9 additions and 1 deletions
8
microservice-produits/src/main/resources/schema.sql
Normal file
8
microservice-produits/src/main/resources/schema.sql
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
CREATE TABLE product
|
||||
(
|
||||
id INT PRIMARY KEY,
|
||||
titre VARCHAR(255) NOT NULL,
|
||||
description VARCHAR(255) NOT NULL,
|
||||
image VARCHAR(255) NOT NULL,
|
||||
prix INT NOT NULL
|
||||
);
|
||||
Loading…
Add table
Add a link
Reference in a new issue