|
|
@@ -4,6 +4,8 @@ CREATE TABLE IF NOT EXISTS vote.presentations
|
|
|
numero_categorie integer NOT NULL,
|
|
|
numero_production integer NOT NULL,
|
|
|
numero_ordre integer NOT NULL DEFAULT 0,
|
|
|
+ media_mime character varying(128) COLLATE pg_catalog."default",
|
|
|
+ media_data bytea,
|
|
|
nombre_points integer NOT NULL DEFAULT 0,
|
|
|
nombre_pole_position integer NOT NULL DEFAULT 0,
|
|
|
CONSTRAINT fk_numeroCategoriePresentation FOREIGN KEY(numero_categorie) REFERENCES vote.categories(numero_categorie),
|