These are now done by mapping tables.
This commit is contained in:
parent
fbbdf01e2a
commit
2d54621dce
1 changed files with 0 additions and 2 deletions
|
@ -5,8 +5,6 @@ DROP TABLE IF EXISTS "supporter";
|
||||||
CREATE TABLE "supporter" (
|
CREATE TABLE "supporter" (
|
||||||
"id" integer NOT NULL PRIMARY KEY,
|
"id" integer NOT NULL PRIMARY KEY,
|
||||||
"ledger_entity_id" varchar(300) NOT NULL UNIQUE,
|
"ledger_entity_id" varchar(300) NOT NULL UNIQUE,
|
||||||
"postal_address_id " integer,
|
|
||||||
"email_address_id " integer,
|
|
||||||
"display_name" varchar(300),
|
"display_name" varchar(300),
|
||||||
"public_ack" bool NOT NULL
|
"public_ack" bool NOT NULL
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue