aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rpkid/rpkid.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpkid/rpkid.sql b/rpkid/rpkid.sql
index 8192aaa7..20aaebd2 100644
--- a/rpkid/rpkid.sql
+++ b/rpkid/rpkid.sql
@@ -189,7 +189,7 @@ CREATE TABLE revoked_cert (
CREATE TABLE roa (
roa_id SERIAL NOT NULL,
- asn BIGINT UNSIGNED,
+ asn BIGINT UNSIGNED NOT NULL,
cert LONGBLOB NOT NULL,
roa LONGBLOB NOT NULL,
published DATETIME,