Create Table Users(
UserID int unsigned auto_increment not null, Password varchar(16) not noll,
如果我要记录上亿万条的信息,那数据类型要怎么写?