[Koha] Re: Systempreferences table

Glen Stewart glen_stewart at associate.com
Tue Mar 13 06:03:40 NZDT 2001


Steve,

This is a great idea.  I'm adding some prefs to control whether Member Numbers 
and Barcode numbers increment automatically, and this table will fit that need
perfectly.  May I suggest the following change to enable editing with phpMyAdmin

CREATE TABLE systempreferences (
   variable char(50) NOT NULL,
   value char(200),
   PRIMARY KEY (variable)
);



More information about the Koha mailing list