mirror of
https://github.com/getnamingo/registry.git
synced 2025-05-13 08:07:00 +02:00
Fixed #159
This commit is contained in:
parent
9003766ef6
commit
89ac087a3d
5 changed files with 18 additions and 7 deletions
|
@ -111,7 +111,7 @@ CREATE TABLE IF NOT EXISTS registrar (
|
|||
iana_id INTEGER DEFAULT NULL,
|
||||
clid VARCHAR(16) NOT NULL,
|
||||
pw VARCHAR(256) NOT NULL,
|
||||
prefix CHAR(2) NOT NULL,
|
||||
prefix CHAR(5) NOT NULL,
|
||||
email VARCHAR(255) NOT NULL,
|
||||
whois_server VARCHAR(255) NOT NULL,
|
||||
rdap_server VARCHAR(255) NOT NULL,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue