Re: CREATE TABLE changes in 3.23.32

2001-02-02 Thread Angela
If you want to use a number with 10 digits and no decimal places, try using one of the following: intvalue range -2147683648 to 2147683647 int unsigned value range 0 to 4294967295 bigint value range -9223372036854775808 to 9223372036854775807 bigint unsignedva

CREATE TABLE changes in 3.23.32

2001-02-02 Thread Mike Vesey
Hello, I have a bunch of tables running on 3.22.32 and they work fine. When I tried creating these tables on 3.23.32 I get the following message for given fields. "Incorrect column specifier for column 'ACCOUNT_ID'" (or whatever the column id is.) Here is a the table syntax: The error occurs o