mirror of
https://github.com/getnamingo/registry.git
synced 2025-05-13 16:16:59 +02:00
And a tiny fix
This commit is contained in:
parent
69511da3d5
commit
11b5f212a5
2 changed files with 2 additions and 2 deletions
|
@ -339,7 +339,7 @@ CREATE TABLE IF NOT EXISTS `registry`.`application` (
|
|||
`tldid` int(10) unsigned NOT NULL,
|
||||
`registrant` int(10) unsigned default NULL,
|
||||
`crdate` datetime(3) NOT NULL,
|
||||
`exdate` datetime(3) NOT NULL,
|
||||
`exdate` datetime(3) default NULL,
|
||||
`lastupdate` datetime(3) default NULL,
|
||||
`clid` int(10) unsigned NOT NULL,
|
||||
`crid` int(10) unsigned NOT NULL,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue