create table users(
username varchar(20),
userpwd varchar(20),
createtime TIMESTAMP default (datetime('now', 'localtime'))

)

相关文章:

  • 2022-12-23
  • 2021-09-19
  • 2022-12-23
  • 2021-05-21
  • 2022-12-23
  • 2021-12-21
  • 2022-12-23
  • 2022-02-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-15
  • 2021-11-30
  • 2021-11-11
相关资源
相似解决方案