[Koha-bugs] [Bug 30571] Table z3950servers: which fields should be NOT NULL ?

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Apr 20 15:37:35 CEST 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30571

--- Comment #1 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
Noting that my production table looks like:

  `host` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `port` int(11) DEFAULT NULL,
  `db` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `syntax` varchar(80) COLLATE utf8mb4_unicode_ci NOT NULL,
  `encoding` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,

Cannot find out why my host, syntax and encoding are NOT NULL. But it looks
like that it is more correct.
Did not find wrong dbrevs.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list