view db/gateway.sql @ 450:96059231d58f

pgsql: fix RSM before and after subqueries
author Goffi <goffi@goffi.org>
date Thu, 22 Apr 2021 18:27:03 +0200
parents 274a45d2a5ab
children
line wrap: on
line source

create table callbacks (
    service text not null,
    node text not null,
    uri text not null,
    PRIMARY KEY (service, node, uri)
);