Allow port field to be NULL (using default port in that case).

This commit is contained in:
Boris Gulay
2016-05-11 14:31:34 +03:00
parent 822c232ed0
commit 0e92fe4f02

View File

@@ -22,7 +22,6 @@ CREATE TABLE ident_switch
NOT NULL,
port
integer
NOT NULL
CHECK(port > 0 AND port <= 65535),
delimiter
char(1),