Uncaught PostgresError when using type UUID type for id in DenoDB

前端 未结 0 706
花落未央
花落未央 2021-02-06 01:43

I want to create this model using DenoDB, with a postgress database:

  static table = "users";
  static timestamps = true;

  static fields = {
    id:          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题