mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-22 10:36:03 +02:00
Major update to the EPP server; basic commands work
This commit is contained in:
parent
fe44793442
commit
e718223d12
3 changed files with 231 additions and 84 deletions
|
@ -51,7 +51,7 @@ CREATE TABLE IF NOT EXISTS `registry`.`registrar` (
|
|||
`name` varchar(255) NOT NULL,
|
||||
`iana_id` int(5) DEFAULT NULL,
|
||||
`clid` varchar(16) NOT NULL,
|
||||
`pw` varchar(64) NOT NULL,
|
||||
`pw` varchar(256) NOT NULL,
|
||||
`prefix` char(2) NOT NULL,
|
||||
`email` varchar(255) NOT NULL,
|
||||
`whois_server` varchar(255) NOT NULL,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue