public.court_blocker_court¶
Description¶
Columns¶
| Name | Type | Default | Nullable | Children | Parents | Comment |
|---|---|---|---|---|---|---|
| court_blocker_id | uuid | false | public.court_blocker | (DC2Type:uuid) | ||
| court_id | uuid | false | public.court | (DC2Type:uuid) |
Constraints¶
| Name | Type | Definition |
|---|---|---|
| fk_e9907a5625ed42d3 | FOREIGN KEY | FOREIGN KEY (court_blocker_id) REFERENCES court_blocker(id) ON DELETE CASCADE |
| fk_e9907a56e3184009 | FOREIGN KEY | FOREIGN KEY (court_id) REFERENCES court(id) ON DELETE CASCADE |
| court_blocker_court_pkey | PRIMARY KEY | PRIMARY KEY (court_blocker_id, court_id) |
Indexes¶
| Name | Definition |
|---|---|
| idx_e9907a5625ed42d3 | CREATE INDEX idx_e9907a5625ed42d3 ON public.court_blocker_court USING btree (court_blocker_id) |
| idx_e9907a56e3184009 | CREATE INDEX idx_e9907a56e3184009 ON public.court_blocker_court USING btree (court_id) |
| court_blocker_court_pkey | CREATE UNIQUE INDEX court_blocker_court_pkey ON public.court_blocker_court USING btree (court_blocker_id, court_id) |
Relations¶
Generated by tbls