Advertisement
Guest User

Untitled

a guest
Feb 27th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 6.73 KB | None | 0 0
  1. CREATE TABLE `bra_core_members` (
  2.   `member_id` BIGINT(20) UNSIGNED NOT NULL AUTO_INCREMENT,
  3.   `name` VARCHAR(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  4.   `member_group_id` SMALLINT(3) NOT NULL DEFAULT '0',
  5.   `email` VARCHAR(150) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  6.   `joined` INT(10) NOT NULL DEFAULT '0',
  7.   `ip_address` VARCHAR(46) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  8.   `allow_admin_mails` bit(1) DEFAULT b'0',
  9.   `skin` SMALLINT(5) DEFAULT NULL,
  10.   `warn_level` INT(10) DEFAULT NULL,
  11.   `warn_lastwarn` INT(10) NOT NULL DEFAULT '0',
  12.   `language` mediumint(4) DEFAULT NULL,
  13.   `restrict_post` INT(10) NOT NULL DEFAULT '0',
  14.   `bday_day` INT(2) DEFAULT NULL,
  15.   `bday_month` INT(2) DEFAULT NULL,
  16.   `bday_year` INT(4) DEFAULT NULL,
  17.   `msg_count_new` INT(2) NOT NULL DEFAULT '0',
  18.   `msg_count_total` INT(3) NOT NULL DEFAULT '0',
  19.   `msg_count_reset` INT(1) NOT NULL DEFAULT '0',
  20.   `msg_show_notification` INT(1) NOT NULL DEFAULT '0',
  21.   `misc` VARCHAR(128) COLLATE utf8_unicode_ci DEFAULT NULL,
  22.   `last_visit` INT(10) DEFAULT '0',
  23.   `last_activity` INT(10) DEFAULT '0',
  24.   `mod_posts` INT(10) NOT NULL DEFAULT '0',
  25.   `auto_track` VARCHAR(256) COLLATE utf8_unicode_ci DEFAULT '0',
  26.   `temp_ban` INT(10) DEFAULT '0',
  27.   `mgroup_others` VARCHAR(245) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  28.   `member_login_key` VARCHAR(32) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  29.   `member_login_key_expire` INT(10) NOT NULL DEFAULT '0',
  30.   `has_blog` mediumtext COLLATE utf8_unicode_ci,
  31.   `has_gallery` tinyint(1) NOT NULL DEFAULT '0',
  32.   `members_seo_name` VARCHAR(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  33.   `members_cache` mediumtext COLLATE utf8_unicode_ci,
  34.   `members_disable_pm` tinyint(1) UNSIGNED NOT NULL DEFAULT '0' COMMENT '0 - not disabled, 1 - disabled, member can re-enable, 2 - disabled',
  35.   `failed_logins` text COLLATE utf8_unicode_ci,
  36.   `failed_login_count` SMALLINT(3) NOT NULL DEFAULT '0',
  37.   `members_profile_views` INT(10) UNSIGNED NOT NULL DEFAULT '0',
  38.   `members_pass_hash` VARCHAR(60) COLLATE utf8_unicode_ci DEFAULT NULL,
  39.   `members_pass_salt` VARCHAR(22) COLLATE utf8_unicode_ci DEFAULT NULL,
  40.   `members_bitoptions` INT(10) UNSIGNED NOT NULL DEFAULT '0',
  41.   `fb_uid` BIGINT(20) UNSIGNED NOT NULL DEFAULT '0',
  42.   `members_day_posts` VARCHAR(32) COLLATE utf8_unicode_ci NOT NULL DEFAULT '0,0',
  43.   `live_id` VARCHAR(32) COLLATE utf8_unicode_ci DEFAULT NULL,
  44.   `twitter_id` VARCHAR(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  45.   `twitter_token` VARCHAR(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  46.   `twitter_secret` VARCHAR(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  47.   `notification_cnt` mediumint(9) NOT NULL DEFAULT '0',
  48.   `fb_token` text COLLATE utf8_unicode_ci,
  49.   `blogs_recache` tinyint(1) DEFAULT NULL,
  50.   `ipsconnect_revalidate_url` text COLLATE utf8_unicode_ci,
  51.   `ipsconnect_id` INT(10) NOT NULL DEFAULT '0',
  52.   `cm_credits` text COLLATE utf8_unicode_ci,
  53.   `cm_reg` INT(11) NOT NULL DEFAULT '0',
  54.   `referred_by` INT(11) NOT NULL DEFAULT '0',
  55.   `cm_no_sev` tinyint(1) DEFAULT '0',
  56.   `cim_profile_id` VARCHAR(32) COLLATE utf8_unicode_ci DEFAULT '',
  57.   `cim_payment_id` INT(10) DEFAULT '0',
  58.   `cim_method` INT(5) NOT NULL DEFAULT '0',
  59.   `cm_return_group` SMALLINT(3) DEFAULT '0',
  60.   `google_id` VARCHAR(50) COLLATE utf8_unicode_ci DEFAULT NULL,
  61.   `linkedin_id` VARCHAR(32) COLLATE utf8_unicode_ci DEFAULT NULL,
  62.   `pp_last_visitors` text COLLATE utf8_unicode_ci,
  63.   `pp_main_photo` text COLLATE utf8_unicode_ci,
  64.   `pp_main_width` INT(5) DEFAULT NULL,
  65.   `pp_main_height` INT(5) DEFAULT NULL,
  66.   `pp_thumb_photo` text COLLATE utf8_unicode_ci,
  67.   `pp_thumb_width` INT(5) DEFAULT NULL,
  68.   `pp_thumb_height` INT(5) DEFAULT NULL,
  69.   `pp_setting_count_comments` INT(2) DEFAULT NULL,
  70.   `pp_reputation_points` INT(10) DEFAULT NULL,
  71.   `pp_gravatar` VARCHAR(255) COLLATE utf8_unicode_ci DEFAULT NULL,
  72.   `pp_photo_type` VARCHAR(20) COLLATE utf8_unicode_ci DEFAULT NULL,
  73.   `signature` text COLLATE utf8_unicode_ci,
  74.   `pconversation_filters` text COLLATE utf8_unicode_ci,
  75.   `fb_photo` text COLLATE utf8_unicode_ci,
  76.   `fb_photo_thumb` text COLLATE utf8_unicode_ci,
  77.   `fb_bwoptions` INT(10) DEFAULT NULL,
  78.   `tc_last_sid_import` VARCHAR(50) COLLATE utf8_unicode_ci DEFAULT NULL,
  79.   `tc_photo` text COLLATE utf8_unicode_ci,
  80.   `tc_bwoptions` INT(10) DEFAULT NULL,
  81.   `pp_customization` mediumtext COLLATE utf8_unicode_ci,
  82.   `timezone` VARCHAR(64) COLLATE utf8_unicode_ci DEFAULT NULL,
  83.   `pp_cover_photo` VARCHAR(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  84.   `profilesync` text COLLATE utf8_unicode_ci,
  85.   `profilesync_lastsync` INT(10) NOT NULL DEFAULT '0' COMMENT 'Indicates the last time any profile sync service was ran',
  86.   `google_token` text COLLATE utf8_unicode_ci,
  87.   `linkedin_token` text COLLATE utf8_unicode_ci,
  88.   `live_token` text COLLATE utf8_unicode_ci,
  89.   `members_bitoptions2` INT(10) UNSIGNED NOT NULL DEFAULT '0',
  90.   `create_menu` text COLLATE utf8_unicode_ci COMMENT 'Cached contents of the "Create" drop down menu.',
  91.   `marked_site_read` INT(10) UNSIGNED DEFAULT '0',
  92.   `pp_cover_offset` INT(10) NOT NULL DEFAULT '0',
  93.   `acp_skin` SMALLINT(6) DEFAULT NULL,
  94.   `acp_language` mediumint(9) DEFAULT NULL,
  95.   `member_title` VARCHAR(64) COLLATE utf8_unicode_ci DEFAULT NULL,
  96.   `member_posts` mediumint(7) NOT NULL DEFAULT '0',
  97.   `member_last_post` INT(10) DEFAULT NULL,
  98.   `member_streams` text COLLATE utf8_unicode_ci,
  99.   `photo_last_update` INT(10) DEFAULT NULL,
  100.   `mfa_details` text COLLATE utf8_unicode_ci,
  101.   `failed_mfa_attempts` SMALLINT(3) UNSIGNED DEFAULT '0' COMMENT 'Number of times tried and failed MFA',
  102.   `pp_setting_count_visitors` tinyint(1) NOT NULL DEFAULT '0',
  103.   `idm_block_submissions` tinyint(1) UNSIGNED DEFAULT '0' COMMENT 'Blocked from submitting Downloads files?',
  104.   `failed_security_answers` SMALLINT(3) UNSIGNED NOT NULL DEFAULT '0',
  105.   `tb_but_cache` VARCHAR(255) COLLATE utf8_unicode_ci DEFAULT NULL COMMENT 'Holds the member cache for the (TB) Bump Up Topics plugin to work properly',
  106.   PRIMARY KEY (`member_id`),
  107.   KEY `bday_day` (`bday_day`),
  108.   KEY `bday_month` (`bday_month`),
  109.   KEY `members_bitoptions` (`members_bitoptions`),
  110.   KEY `ip_address` (`ip_address`),
  111.   KEY `failed_login_count` (`failed_login_count`),
  112.   KEY `joined` (`joined`),
  113.   KEY `fb_uid` (`fb_uid`),
  114.   KEY `twitter_id` (`twitter_id`(191)),
  115.   KEY `email` (`email`),
  116.   KEY `member_groups` (`member_group_id`,`mgroup_others`(188)),
  117.   KEY `google_id` (`google_id`),
  118.   KEY `linkedin_id` (`linkedin_id`),
  119.   KEY `mgroup` (`member_id`,`member_group_id`),
  120.   KEY `allow_admin_mails` (`allow_admin_mails`),
  121.   KEY `name_index` (`name`(191)),
  122.   KEY `ipsconnect_id` (`ipsconnect_id`),
  123.   KEY `mod_posts` (`mod_posts`),
  124.   KEY `photo_last_update` (`photo_last_update`)
  125. ) ENGINE=MyISAM AUTO_INCREMENT=28898 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement