• Confluence 6 数据库表和参考


    扩展下面的链接来显示主要的表格和每一个表格的外键。

     单击这里来显示/隐藏表格...
    AO_9412A1_AOUSER ID AO_9412A1_USER_APP_LINK USER_ID fk_ao_9412a1_user_app_link_user_id AO_9412A1_AOUSER_pkey
    attachments attachmentid attachmentdata attachmentid fk9dc3e34d34a4917e attachments_pkey
    attachments attachmentid attachments prevver fk54475f9017d4a070 attachments_pkey
    attachments attachmentid content_label attachmentid fkf0e7436e34a4917e attachments_pkey
    attachments attachmentid imagedetails attachmentid fka768048734a4917e attachments_pkey
    content contentid attachments pageid fk54475f908c38fbea content_pkey
    content contentid bodycontent contentid fka898d4778dd41734 content_pkey
    content contentid confancestors ancestorid fk9494e23c37e35a2e content_pkey
    content contentid confancestors descendentid fk9494e23cc45e94dc content_pkey
    content contentid content prevver fk6382c05917d4a070 content_pkey
    content contentid content parentid fk6382c05974b18345 content_pkey
    content contentid content parentcommentid fk6382c059b97e9230 content_pkey
    content contentid content pageid fk6382c0598c38fbea content_pkey
    content contentid content_label contentid fkf0e7436e8dd41734 content_pkey
    content contentid content_perm_set content_id fkbf45a7992caf22c1 content_pkey
    content contentid contentproperties contentid fk984c5e4c8dd41734 content_pkey
    content contentid extrnlnks contentid fk97c10fe78dd41734 content_pkey
    content contentid likes contentid fk4514b9c8dd41734 content_pkey
    content contentid links contentid fk45157998dd41734 content_pkey
    content contentid notifications pageid fk594acc88c38fbea content_pkey
    content contentid spaces homepage fk9228242d11b7bfee content_pkey
    content contentid spaces spacedescid fk9228242d2c72d3d2 content_pkey
    content contentid trackbacklinks contentid fkf6977a478dd41734 content_pkey
    content_perm_set id content_perm cps_id fkbd74b31676e33274 content_perm_set_pkey
    cwd_app_dir_mapping id cwd_app_dir_group_mapping app_dir_mapping_id fk_app_dir_group_mapping cwd_app_dir_mapping_pkey
    cwd_app_dir_mapping id cwd_app_dir_operation app_dir_mapping_id fk_app_dir_mapping cwd_app_dir_mapping_pkey
    cwd_application id cwd_app_dir_group_mapping application_id fk_app_dir_group_app cwd_application_pkey
    cwd_application id cwd_app_dir_mapping application_id fk52050e2fb347aa6a cwd_application_pkey
    cwd_application id cwd_application_address application_id fk_application_address cwd_application_pkey
    cwd_application id cwd_application_attribute application_id fk_application_attribute cwd_application_pkey
    cwd_directory id cwd_app_dir_group_mapping directory_id fk_app_dir_group_dir cwd_directory_pkey
    cwd_directory id cwd_app_dir_mapping directory_id fk_app_dir_dir cwd_directory_pkey
    cwd_directory id cwd_directory_attribute directory_id fk_directory_attribute cwd_directory_pkey
    cwd_directory id cwd_directory_operation directory_id fk_directory_operation cwd_directory_pkey
    cwd_directory id cwd_group directory_id fk_directory_id cwd_directory_pkey
    cwd_directory id cwd_group_attribute directory_id fk_group_attr_dir_id cwd_directory_pkey
    cwd_directory id cwd_user directory_id fk_user_dir_id cwd_directory_pkey
    cwd_directory id cwd_user_attribute directory_id fk_user_attr_dir_id cwd_directory_pkey
    cwd_group id cwd_group_attribute group_id fk_group_attr_id_group_id cwd_group_pkey
    cwd_group id cwd_membership parent_id fk_parent_grp cwd_group_pkey
    cwd_group id cwd_membership child_group_id fk_child_grp cwd_group_pkey
    cwd_user id cwd_membership child_user_id fk_child_user cwd_user_pkey
    cwd_user id cwd_user_attribute user_id fk_user_attribute_id_user_id cwd_user_pkey
    cwd_user id cwd_user_credential_record user_id fk76f874f73aee0f cwd_user_pkey
    external_entities id external_members extentityid fkd8c8d8a5f25e5d5f external_entities_pkey
    groups id external_members groupid fkd8c8d8a5117d5fda groups_pkey
    groups id local_members groupid fk6b8fb445117d5fda groups_pkey
    keystore keyid trustedapp public_key_id fkddb119ca9c85adb1 keystore_pkey
    label labelid content_label labelid fkf0e7436e27072aef label_pkey
    os_group id os_user_group group_id fk932472461e2e76db os_group_pkey
    os_user id os_user_group user_id fk93247246f73aee0f os_user_pkey
    pagetemplates templateid content_label pagetemplateid fkf0e7436ed32042e4 pagetemplates_pkey
    pagetemplates templateid pagetemplates prevver fkbc7ce96a17d4a070 pagetemplates_pkey
    spacegroups spacegroupid spacegrouppermissions spacegroupid fk487d958b16994414 spacegroups_pkey
    spacegroups spacegroupid spaces spacegroupid fk9228242d16994414 spacegroups_pkey
    spaces spaceid content spaceid fk6382c059b2dc6081 spaces_pkey
    spaces spaceid notifications spaceid fk594acc8b2dc6081 spaces_pkey
    spaces spaceid pagetemplates spaceid fkbc7ce96ab2dc6081 spaces_pkey
    spaces spaceid spacepermissions spaceid fkd33f23beb2dc6081 spaces_pkey
    trustedapp trustedappid trustedapprestriction trustedappid fke8496ba235d1d865 trustedapp_pkey
    users id local_members userid fk6b8fb445ce2b3226 users_pkey

    下面的部分描述来在 Confluence 每一个逻辑部分分类所使用的表格 —— 授权,内容,系统信息等。

    https://www.cwiki.us/display/CONF6ZH/Confluence+Data+Model

  • 相关阅读:
    用 jQuery 实现表单验证(摘抄)——选自《锋利的jQuery》(第2版)第5章的例题 5.1.5 表单验证
    js内置对象
    浅析js中的堆和栈
    深入理解js立即执行函数
    Javascript 中 null、NaN和undefined的区别
    javasript
    关于HTTP协议,一篇就够了
    ssh_maven之controller层开发
    ssh_maven之service开发
    ssh_maven的搭建之dao层的开发
  • 原文地址:https://www.cnblogs.com/huyuchengus/p/9245734.html
Copyright © 2020-2023  润新知