OULAD Posted April 5, 2014 Share Posted April 5, 2014 Bonjour. a ceux qui ont pu récuperer une sauvegarde Sql avez vous ue un premier échec du style : #1005 - Can't create table 'prestashop.ps_1967emc_documents' (errno: 150) et avant ça écris : CREATE TABLE `ps_1967emc_documents` ( `id_ed` int(11) NOT NULL AUTO_INCREMENT, `ps_1967orders_id_order` int(10) unsigned NOT NULL, `ps_1967cart_id_cart` int(10) unsigned NOT NULL, `link_ed` varchar(255) NOT NULL, `generated_ed` int(1) NOT NULL DEFAULT '0', `type_ed` enum('label','proforma') NOT NULL, PRIMARY KEY (`id_ed`), KEY `ps_1967orders_id_order` (`ps_1967orders_id_order`), CONSTRAINT `ps_1967emc_documents_ibfk_1` FOREIGN KEY (`ps_1967orders_id_order`) REFERENCES `ps_1967orders` (`id_order`) ON DELETE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=utf8; quelqu'un sait ce qu'il faut faire? SVP MERCI Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now