Postgres denormalize tables into json objects for node

前端 未结 0 1791
执笔经年
执笔经年 2021-01-21 23:26

Heres my problem. I have the following tables

CREATE TABLE inventory(
    id uuid PRIMARY KEY DEFAULT uuid_generate_v4(),
    owner text NOT NULL references profi         


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