On 15/01/2024 01:10, m87562...@gmail.com wrote:
John Fawcett wrote:
On 13/01/2024 14:01, Matt wrote:
Hi,
I'm trying to setup quota with the following
layout
CREATE TABLE "domain" (
"id" INTEGER,
John Fawcett wrote:
> On 13/01/2024 14:01, Matt wrote:
> > Hi,
> > I'm trying to setup quota with the following layout
> > CREATE TABLE "domain" (
> > "id" INTEGER,
> > "name" TEXT,
> > "active" INTEGER DEFAULT 0,
> > PRIMARY KEY("id"),
> > UNIQUE("name")
> > )
> > CREATE TABLE "address" (
> > "id"
On 13/01/2024 14:01, Matt wrote:
Hi,
I'm trying to setup quota with the following layout
CREATE TABLE "domain" (
"id" INTEGER,
"name" TEXT,
"active" INTEGER DEFAULT 0,
PRIMARY KEY("id"),
UNIQUE("name")
)
CREATE TABLE "address" (
"id" INTEGER,
"localpart" TEXT NOT NULL,
"domain_id" INTEGER NOT
Hi,
I'm trying to setup quota with the following layout
CREATE TABLE "domain" (
"id" INTEGER,
"name" TEXT,
"active" INTEGER DEFAULT 0,
PRIMARY KEY("id"),
UNIQUE("name")
)
CREATE TABLE "address" (
"id" INTEGER,
"localpart" TEXT NOT NULL,
"domain_id" INTEGER NOT NULL,
PRIMARY KEY("id"),
UNIQUE("lo