i tried it and i get the following error. what is wrong? please help!
CREATE TABLE Creditors_Customers(
Customer_Id bigint( 20 ) NOT NULL default '0',
Creditor_Id bigint( 20 ) unsigned NOT NULL default '0',
Debt_Amount varchar( 20 ) default NULL ,
PRIMARY KEY ( Customer_Id, Creditor_Id ) ...