ALTER TABLE `reg_vente` ADD `etat` TINYINT( 1 ) NOT NULL ; ALTER TABLE `reg_achat` ADD `etat` TINYINT( 1 ) NOT NULL ;