mysql > CREATE TABLE test( -> id1 int(1), -> id2 tinyint(1) ->); 我们给id1定义为int,并设置字符长度为1,id2定义为tinyint,也设置字符长度为1;.
確定! 回上一頁