mirror of
https://github.com/quentin-g-dev/afup.git
synced 2026-03-24 17:22:06 +01:00
2 lines
128 B
SQL
2 lines
128 B
SQL
alter table afup_forum add column (date_debut date not null default '0000-00-00', date_fin date not null default '0000-00-00');
|