J'ai pu contourner le probleme en executant les requetes suivantes.
ALTER TABLE llx_ultimateimmo_building add date_creation datetime NOT NULL after fk_property;
ALTER TABLE llx_ultimateimmo_building add tms timestamp NOT NULL after date_creation;
ALTER TABLE llx_ultimateimmo_building add fk_user_creat integer NOT NULL after tms;
ALTER TABLE llx_ultimateimmo_building add fk_user_modif integer after fk_user_creat;
J'ai pu contourner le probleme en executant les requetes suivantes. ALTER TABLE llx_ultimateimmo_building add date_creation datetime NOT NULL after fk_property; ALTER TABLE llx_ultimateimmo_building add tms timestamp NOT NULL after date_creation; ALTER TABLE llx_ultimateimmo_building add fk_user_creat integer NOT NULL after tms; ALTER TABLE llx_ultimateimmo_building add fk_user_modif integer after fk_user_creat;