| 36 |
#define ACCOUNT_BIO_LEN 255 |
#define ACCOUNT_BIO_LEN 255 |
| 37 |
#define ACCOUNT_USER_INTREST_LEN 150 |
#define ACCOUNT_USER_INTREST_LEN 150 |
| 38 |
|
|
| 39 |
//maximum length for each columns defined in DB tables 'vpaccount_user' |
//maximum length for each columns defined in DB tables 'xnpaccount_user' |
| 40 |
#define VP_ACCOUNT_ADDRESS_LEN 255 |
#define XNP_ACCOUNT_ADDRESS_LEN 255 |
| 41 |
#define VP_ACCOUNT_DIVISION_LEN 255 |
#define XNP_ACCOUNT_DIVISION_LEN 255 |
| 42 |
#define VP_ACCOUNT_TEL_LEN 32 |
#define XNP_ACCOUNT_TEL_LEN 32 |
| 43 |
#define VP_ACCOUNT_COMPANY_NAME_LEN 255 |
#define XNP_ACCOUNT_COMPANY_NAME_LEN 255 |
| 44 |
#define VP_ACCOUNT_COUNTRY_LEN 255 |
#define XNP_ACCOUNT_COUNTRY_LEN 255 |
| 45 |
#define VP_ACCOUNT_ZIPCODE_LEN 32 |
#define XNP_ACCOUNT_ZIPCODE_LEN 32 |
| 46 |
#define VP_ACCOUNT_FAX_LEN 32 |
#define XNP_ACCOUNT_FAX_LEN 32 |
| 47 |
#define VP_ACCOUNT_BASE_URL_LEN 255 |
#define XNP_ACCOUNT_BASE_URL_LEN 255 |
| 48 |
|
|
| 49 |
#define VP_GROUP_GNAME_LEN 255 |
#define XNP_GROUP_GNAME_LEN 255 |
| 50 |
#define VP_GROUP_GDESC_LEN 255 |
#define XNP_GROUP_GDESC_LEN 255 |
| 51 |
|
|
| 52 |
|
|
| 53 |
// definition of default IDs |
// definition of default IDs |