MailForm per field customizable width

This commit is contained in:
Len Kranendonk 2003-02-13 16:20:34 +00:00
parent f1067a0d8f
commit f2171dd45e
2 changed files with 15 additions and 7 deletions

View file

@ -300,6 +300,7 @@ CREATE TABLE MailForm_field (
name varchar(255) NOT NULL default '',
status char(1) NOT NULL default '0',
type varchar(30) NOT NULL default '',
width int(11) default NULL,
possibleValues text,
defaultValue text,
PRIMARY KEY (MailForm_fieldId)