[thelist] Create tables on Local MySql

Rob Wilson robw at enigma-interactive.co.uk
Thu Aug 29 09:42:01 CDT 2002


>CREATE TABLE CartItems (
>UserID VARCHAR(100) NOT NULL,
>ItemID VARCHAR(25) NOT NULL,
>ItemQuantity INT(4) NOT NULL,
>Date VARCHAR(100) NOT NULL,
>CartItemsID BIGINT NOT NULL AUTO_INCREMENT,
>PRIMARY KEY (CartItemsID)
>);

Silly thought ... don't you require a default value if a field is "NOT NULL"
?

Rob




More information about the thelist mailing list