Exécution de la migration : 006_create_inout_table.sql Erreur lors de l'exécution de 006_create_inout_table.sql : SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'InOut ( id INT AUTO_INCREMENT PRIMARY KEY, product_id INT NOT NULL, ' at line 2 Exécution de la migration : 007_create_buys_table.sql Erreur lors de l'exécution de 007_create_buys_table.sql : SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'InOut(id) ON DELETE SET NULL, INDEX idx_buy_supplier (supplier_id), INDE' at line 19 Toutes les migrations ont été exécutées.