diff options
-rw-r--r-- | schema.sql | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |