[2.7] catalog.elitigation_catchword #24

Closed
opened 2026-06-13 23:54:27 +02:00 by dernbu · 0 comments
Owner

Parent

#2 — depends on [2.5]

Schema

CREATE TABLE catalog.elitigation_catchword (
  id                       bigint GENERATED ALWAYS AS IDENTITY PRIMARY KEY,
  elitigation_judgment_id  bigint NOT NULL REFERENCES catalog.elitigation_judgment ON DELETE CASCADE,
  ordinal                  integer NOT NULL,
  value                    text NOT NULL
);

Note: eLitigation catchwords are flat (no group/depth hierarchy, unlike LawNet).

Done when

  • FK cascades on source delete
## Parent #2 — depends on [2.5] ## Schema ```sql CREATE TABLE catalog.elitigation_catchword ( id bigint GENERATED ALWAYS AS IDENTITY PRIMARY KEY, elitigation_judgment_id bigint NOT NULL REFERENCES catalog.elitigation_judgment ON DELETE CASCADE, ordinal integer NOT NULL, value text NOT NULL ); ``` **Note:** eLitigation catchwords are flat (no group/depth hierarchy, unlike LawNet). ## Done when - FK cascades on source delete
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
dernbu/lawnet-scraper#24
No description provided.