Allow port field to be NULL (using default port in that case).
This commit is contained in:
@@ -22,7 +22,6 @@ CREATE TABLE ident_switch
|
||||
NOT NULL,
|
||||
port
|
||||
integer
|
||||
NOT NULL
|
||||
CHECK(port > 0 AND port <= 65535),
|
||||
delimiter
|
||||
char(1),
|
||||
|
||||
Reference in New Issue
Block a user