您的位置:首页 > 博客中心 > 数据库 >

SQLite中Integer字段才支持自动增加,设置为主键可自增

时间:2022-03-14 00:16

CREATE TABLE gym_chatuser(
     id  Integer NOT NULL,       
  uid     text ,
  name      text ,
  img      text ,
  account      text ,
  pinyin         text ,
  loginId       text,   
CONSTRAINT PK_userList PRIMARY KEY (id)
   );

热门排行

今日推荐

热门手游