mirror of
https://github.com/google/nomulus.git
synced 2025-07-22 02:36:03 +02:00
Add ER diagram links to db/README.md (#851)
This commit is contained in:
parent
4deae6f679
commit
02a30759e5
1 changed files with 11 additions and 0 deletions
11
db/README.md
11
db/README.md
|
@ -3,6 +3,17 @@
|
|||
This project contains Nomulus's Cloud SQL schema and schema-deployment
|
||||
utilities.
|
||||
|
||||
### ER Diagrams
|
||||
|
||||
The following links are the ER diagrams generated from the current SQL schema:
|
||||
|
||||
* [Full ER diagram](https://storage.googleapis.com/domain-registry-dev-er-diagram/full_er_diagram.html):
|
||||
shows all columns, foreign keys and indexes.
|
||||
|
||||
* [Brief ER diagram](https://storage.googleapis.com/domain-registry-dev-er-diagram/brief_er_diagram.html):
|
||||
shows only significant columns, such as primary and foreign key columns, and
|
||||
columns that are part of unique indexes.
|
||||
|
||||
### Database Roles and Privileges
|
||||
|
||||
Nomulus uses the 'postgres' database in the 'public' schema. The following
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue