mirror of
https://github.com/quentin-g-dev/afup.git
synced 2026-03-26 02:02:15 +01:00
5 lines
311 B
SQL
5 lines
311 B
SQL
ALTER TABLE `afup_dev`.`afup_inscription_forum`
|
|
CHANGE COLUMN `citer_societe` `citer_societe` TINYINT(1) UNSIGNED NULL DEFAULT '0' ,
|
|
CHANGE COLUMN `newsletter_afup` `newsletter_afup` TINYINT(1) UNSIGNED NULL DEFAULT '0' ,
|
|
CHANGE COLUMN `newsletter_nexen` `newsletter_nexen` TINYINT(1) UNSIGNED NULL DEFAULT '0'
|