aboutsummaryrefslogtreecommitdiff
path: root/rpkid/irdbd.sql
diff options
context:
space:
mode:
Diffstat (limited to 'rpkid/irdbd.sql')
-rw-r--r--rpkid/irdbd.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpkid/irdbd.sql b/rpkid/irdbd.sql
index d6ca3956..cdaff9ea 100644
--- a/rpkid/irdbd.sql
+++ b/rpkid/irdbd.sql
@@ -62,7 +62,7 @@ CREATE TABLE registrant_net (
CREATE TABLE roa_request (
roa_request_id SERIAL NOT NULL,
roa_request_handle VARCHAR(255) NOT NULL,
- asn DECIMAL(24,0),
+ asn BIGINT UNSIGNED NOT NULL,
PRIMARY KEY (roa_request_id)
) ENGINE=InnoDB;