我写的哪里错了??
CREATE TABLE users(
id SMALLINT VARCHAR(20) NOT NULL,
username VARCHAR(32) NOT NULL,
age TINYINT UNSIGNED NOT NULL DEFAULT 10,
sex BOOLEAN
);
1064 (42000): You have an error in your SQL syntax; check the manual that
ponds to your MySQL server version for the right syntax to use near 'VARCH
NOT NULL,
me VARCHAR(32) NOT NULL,
NYINT UNSIGNED NOT NU' at line 2