From 3a4b776327e7fda37ac522e5b83638b6ec3aac4f Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc kop@karlpinc.com" Date: Fri, 19 Jan 2024 14:15:47 +0000 Subject: [PATCH] Do not limit AnimID length, to match BIOGRAPHY --- db/include/tablemacros.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/include/tablemacros.m4 b/db/include/tablemacros.m4 index 46de56b..9c46850 100644 --- a/db/include/tablemacros.m4 +++ b/db/include/tablemacros.m4 @@ -106,7 +106,7 @@ dnl Colname The name of the column in camelcaps. dnl null Either `NULL' or `NOT NULL'. dnl define(`animid_type_column', ` - $1 CHAR(3) $3 + $1 TEXT $3 CONSTRAINT "$2 must be a BIOGRAPHY.AnimID value" REFERENCES biography(animid)')dnl -- 2.34.1