switching field type from VARCHAR to CHAR

This commit is contained in:
JT Smith 2008-10-16 22:04:13 +00:00
parent 84d7c20fed
commit 083c7cd603
8 changed files with 26 additions and 14 deletions

View file

@ -79,6 +79,18 @@ sub definition {
#-------------------------------------------------------------------
=head2 getDatabaseFieldType ( )
Returns "CHAR(22) BINARY".
=cut
sub getDatabaseFieldType {
return "CHAR(22) BINARY";
}
#-------------------------------------------------------------------
=head2 getName ( session )
Returns the human readable name of this control.