Scala, Quill, Postgres - cannot insert into database because of an “ON CONFLICT” error

前端 未结 0 1558
说谎
说谎 2021-01-21 21:16

I have a simple schema which creates table in Postgres:

CREATE TABLE IF NOT EXISTS test.table
(
    id     varchar(255)   NOT NULL,
    action varchar(255)   NOT          


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