Postgres jsonb including functions in url

后端 未结 0 533
小蘑菇
小蘑菇 2021-02-12 10:22

I created a table images with the following query

CREATE TABLE images (id SERIAL PRIMARY KEY, images jsonb);

I added images using node-postgres (

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