Adding to database Adding to database
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Adding to database

Started by Hamsterpants, July 22, 2005, 12:18:36 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Hamsterpants

Hi All,

Quick question. I want to add a new field "birthday" to the user info, is it ok just to add it to the user table or should I rather store custom info like that in a new table?

Thanks
Dill
Dillon Weyer
dill@mystaffie.com

Joachim Müller

I guess it's OK to store it into the existing table, although you'll have to add custom code as well, which will make upgrading hard. As far as I remember, cpg1.4.1 (beta, unsupported) has more custom user fields that could be used for this purpose.

Hamsterpants

Maybee I will justw ait for that version to be realsed.

Cool thanks for your reply.

Dill
Dillon Weyer
dill@mystaffie.com