diff options
Diffstat (limited to 'rpkid.stable/doc/pubd.dot')
-rw-r--r-- | rpkid.stable/doc/pubd.dot | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/rpkid.stable/doc/pubd.dot b/rpkid.stable/doc/pubd.dot new file mode 100644 index 00000000..8865483e --- /dev/null +++ b/rpkid.stable/doc/pubd.dot @@ -0,0 +1,9 @@ +// Automatically generated from pubd.sql + +digraph test { + edge [arrowtail=none, arrowhead=crow]; + graph [ratio=fill, overlap=false, bgcolor=white]; + node [label="\N", fillcolor=white, shape=record, style=filled]; + config [label="config|{config_id\ SERIAL\ \[PK\]|bpki_crl\ LONGBLOB}"]; + client [label="client|{client_id\ SERIAL\ \[PK\]|base_uri\ TEXT|bpki_cert\ LONGBLOB|bpki_glue\ LONGBLOB}"]; +} |