aboutsummaryrefslogtreecommitdiff
path: root/docs/rpki-db-schema.sql
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2007-10-11 03:45:06 +0000
committerRob Austein <sra@hactrn.net>2007-10-11 03:45:06 +0000
commite18315c69f2044d6e6d4e684a42183b0218df66f (patch)
tree2ebea6220a386b1459ae6be3683a6ed229bc7375 /docs/rpki-db-schema.sql
parent7f56c3d9d33a0ee814cba03966d6a0851804e9a4 (diff)
Doc
svn path=/docs/rpki-db-schema.pdf; revision=1155
Diffstat (limited to 'docs/rpki-db-schema.sql')
-rw-r--r--docs/rpki-db-schema.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/rpki-db-schema.sql b/docs/rpki-db-schema.sql
index 42f99395..5ed0fe66 100644
--- a/docs/rpki-db-schema.sql
+++ b/docs/rpki-db-schema.sql
@@ -124,6 +124,7 @@ CREATE TABLE child_cert (
child_cert_id SERIAL NOT NULL,
cert LONGBLOB NOT NULL,
child_id BIGINT unsigned NOT NULL,
+ ski TINYBLOB NOT NULL,
ca_detail_id BIGINT unsigned NOT NULL,
PRIMARY KEY (child_cert_id),
FOREIGN KEY (ca_detail_id) REFERENCES ca_detail,