aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--schema.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/schema.sql b/schema.sql
index 593f4c2..f658f38 100644
--- a/schema.sql
+++ b/schema.sql
@@ -13,7 +13,7 @@ create table peeringdb.org (
create table peeringdb.net (
id int not null,
org_id int not null,
- asn int not null,
+ asn bigint not null,
status text not null,
data jsonb not null,
created timestamptz not null,