Commit 6a430c23 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

SQL utile : source

parent 6b8bfe51
Loading
Loading
Loading
Loading
Loading

data/SQL/source.sql

0 → 100644
+3 −0
Original line number Diff line number Diff line

alter table version_diplome add source_id bigint not null constraint version_diplome_source_fk references source;
alter table version_diplome add source_code varchar(64) not null;