PDA

View Full Version : timelaston column in character_


bobzub
11-20-2003, 05:34 AM
I notice in the latest CVS it is looking for a timelaston
field in the character_ table. What type should it be?
I notice in eq_packet_structs.h that its int32. I figure
the field should be type int. Should it be int(32), int(700)
int(??) ??

-bobzub

bud9weiser
11-22-2003, 10:57 AM
add 2 fields to the bd in caracter_
they are
timelaston int(11)unsigned default 0 (notice their is no not null, this is on purpose)
second one
publicnote varchar(100) notnull default (leave default blank)