0% found this document useful (0 votes)
192 views1 page

Metin2 Forgotten

This document describes the structure of a database table with fields for a user's login information, contact details, address, account status, security information, subscription preferences, and expiration dates for premium features. It includes over 30 fields of varying data types to store a user's profile and account information.

Uploaded by

Igreț Norin
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
192 views1 page

Metin2 Forgotten

This document describes the structure of a database table with fields for a user's login information, contact details, address, account status, security information, subscription preferences, and expiration dates for premium features. It includes over 30 fields of varying data types to store a user's profile and account information.

Uploaded by

Igreț Norin
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 1

`id` int(11) NOT NULL auto_increment, `login` varchar(30) NOT NULL default '',

`phone1` varchar(16) default NULL, `phone2` varchar(16) default NULL, `address` varchar(128) default NULL, `zipcode` varchar(7) NOT NULL default '', `create_time` datetime NOT NULL default '0000-00-00 00:00:00', `question1` varchar(48) default NULL, `answer1` varchar(48) default NULL, `question2` varchar(48) default NULL, `answer2` varchar(48) default NULL, `is_testor` tinyint(1) NOT NULL default '0', `status` varchar(8) NOT NULL default 'OK', `securitycode` varchar(192) default '', `newsletter` tinyint(1) NOT NULL default '0', `empire` tinyint(4) NOT NULL default '0', `name_checked` tinyint(1) NOT NULL default '0', `availDt` datetime NOT NULL default '0000-00-00 00:00:00', `mileage` int(11) NOT NULL default '0', `monete` int(11) NOT NULL default '200000', `gold_expire` datetime NOT NULL default '2015-02-02 13:00:00', `silver_expire` datetime NOT NULL default '0000-00-00 00:00:00', `safebox_expire` datetime NOT NULL default '2015-02-02 13:00:00', `autoloot_expire` datetime NOT NULL default '2015-02-02 13:00:00', `fish_mind_expire` datetime NOT NULL default '2015-02-02 13:00:00', `marriage_fast_expire` datetime NOT NULL default '2015-02-02 13:00:00', `money_drop_rate_expire` datetime NOT NULL default '2015-02-02 13:00:00', `ttl_cash` int(11) NOT NULL default '0',

You might also like