Mise à jour RabbitMq
This commit is contained in:
@@ -382,11 +382,12 @@ create table composition
|
||||
create table article
|
||||
(
|
||||
articles_id integer,
|
||||
article text
|
||||
article text,
|
||||
agrimer int,
|
||||
prix_revient numeric(8, 2)
|
||||
);
|
||||
|
||||
insert into article (article) values
|
||||
insert into article (article, agrimer) values
|
||||
('aubergine', 57231901),
|
||||
('artichaut', 57221689),
|
||||
('ail violet', 57225792),
|
||||
@@ -405,7 +406,6 @@ insert into article (article) values
|
||||
('chou fleur', 453002),
|
||||
('chou rave', 4740201),
|
||||
('chou rouge', 2040201),
|
||||
('claytone / pourpier'),
|
||||
('concombre', 57222102),
|
||||
('courge butternut', 57231340),
|
||||
('courge potimarron', 57231297),
|
||||
|
||||
Reference in New Issue
Block a user