Community 学习——数据库结构2

数据|数据库|数据库结构

(6) Community_Communities
列数: 12

索引数: 0

外键数: 0

主键: community_id

代码: 0


数据类型
允许 NULL
值/范围

community_id
int identity
不允许

community_name
nvarchar(50)
不允许

community_uniqueID
uniqueidentifier ROWGUIDCOL
不允许

community_PrimaryDomain
nvarchar(50)
不允许

community_domain
nvarchar(50)
不允许

community_subdomain
nvarchar(50)
不允许

community_smtpServer
nvarchar(50)
不允许

community_databaseQuota
int
不允许

community_databaseQuotaUsed
int
不允许

community_sortOrder
int
不允许

community_isDisplayed
bit
不允许

community_enableTopicMenu
bit
不允许

外键

FK_Community_Errors_Community_Communities
Community_ActivityLog.activity_communityID
community_id

FK_Community_CommunityImages_Community_Communities
Community_CommunityImages.Image_CommunityID
community_id

FK_Community_Messages_Community_Communities
Community_Messages.Message_CommunityID
community_id

FK_Community_Newsletters_Community_Communities
Community_Newsletters.newsletter_communityID
community_id

FK_Community_NewsletterTemplates_Community_Communities
Community_NewsletterTemplates.Template_CommunityID
community_id

FK_Community_Sections_Community_Communities
Community_Sections.section_communityID
community_id

FK_Community_Services_Community_Communities
Community_Services.service_communityID
community_id

FK_Community_ServiceSubscriptions_Community_Communities
Community_ServiceSubscriptions.ss_communityID
community_id

FK_Community_Topics_Community_Communities
Community_Topics.topic_communityID
community_id

FK_Community_UserRoles_Community_Communities
Community_UserRoles.Role_CommunityID
community_id

FK_Community_Users_Community_Communities
Community_Users.User_CommunityID
community_id

FK_Community_VotingPolls_Community_Communities
Community_VotingPolls.Community_ID
community_id

(7) Community_CommunityImages
列数: 7

索引数: 0

外键数: 1

主键: Image_ID

代码: 0


数据类型
允许 NULL
值/范围

Image_ID
int identity
不允许

Image_CommunityID
int
不允许

Image_FileName
nvarchar(250)
不允许

Image_ContentType
nvarchar(50)
不允许

Image_DateCreated
datetime
不允许

Image_ImageType
int
不允许

Image_ImageData
image
不允许

外键详细信息(子)

FK_Community_CommunityImages_Community_Communities

定义: 子 父
Image_CommunityID Community_Communities.community_id

允许 NULL: 不允许

更新时的参照完整性: 无动作

删除时的参照完整性: 层叠

(8) Community_ContentPages
列数: 27

索引数: 2

外键数: 1

主键: contentPage_id

代码: 0


数据类型
允许 NULL
值/范围

contentPage_id
int identity
不允许

contentPage_communityID
int
不允许

contentPage_userID
int
允许

contentPage_editUserID
int
允许

contentPage_parentID
int
不允许

contentPage_pageType
int
不允许

contentPage_sectionID
int
不允许

contentPage_title
nvarchar(100)
不允许

contentPage_description
nvarchar(500)
不允许

contentPage_metaDesc
nvarchar(250)
不允许

contentPage_metaKeys
nvarchar(250)
不允许

contentPage_dateCreated
datetime
不允许

contentPage_dateUpdated
datetime
允许

contentPage_dateCommented
datetime
允许

contentPage_topicID
int
允许

contentPage_replyID
int
不允许

contentPage_ModerationStatus
int
不允许

contentPage_ModerationUserID
int
不允许

contentPage_Rating
int
不允许

contentPage_SortOrder
datetime
不允许

contentPage_dateVisible
datetime
不允许

contentPage_viewCount
int
不允许

contentPage_timestamp
timestamp
不允许

contentPage_remoteCommunityUniqueID
uniqueidentifier
允许

contentPage_remoteContentPageID
int
允许

contentPage_remoteUsername
nvarchar(50)
允许

contentPage_remoteTimestamp
varbinary(50)
允许

索引

排序方式

ContentPage_SectionID
contentPage_sectionID
升序

IX_Community_ContentPages
contentPage_viewCount
升序

外键

FK_Community_ContentPages_Community_Sections
contentPage_sectionID
Community_Sections.section_id

FK_Community_Articles_Community_ContentPages
Community_Articles.Article_ContentPageID
contentPage_id

FK_Community_Books_Community_ContentPages
Community_Books.Book_ContentPageID
contentPage_id

FK_Community_Comments_Community_ContentPages
Community_Comments.Comment_ContentPageID
contentPage_id

FK_Community_Discuss_Community_ContentPages
Community_Discuss.Discuss_ContentPageID
contentPage_id

FK_Community_Downloads_Community_ContentPages
Community_Downloads.Download_ContentPageID
contentPage_id

FK_Community_Events_Community_ContentPages
Community_Events.Event_ContentPageID
contentPage_id

FK_Community_HasRead_Community_ContentPages
Community_HasRead.hr_contentPageID
contentPage_id

FK_Community_Links_Community_ContentPages
Community_Links.Link_ContentPageID
contentPage_id

FK_Community_PhotoGallery_Community_ContentPages
Community_PhotoGallery.photo_contentPageID
contentPage_id

FK_Community_Ratings_Community_ContentPages
Community_Ratings.Rating_ContentPageID
contentPage_id

FK_Community_SearchKeys_Community_ContentPages
Community_SearchKeys.search_contentPageID
contentPage_id

FK_Community_SectionImages_Community_ContentPages
Community_SectionImages.Image_ContentPageID
contentPage_id

索引详细信息

ContentPage_SectionID

列: contentPage_sectionID (Asc)

唯一: No

扩展属性:

OnFileGroup PRIMARY

CLUSTERED No

IGNORE_DUP_KEY No

FILLFACTOR 0

PAD_INDEX No

DROP_EXISTING No

STATISTICS_NORECOMPUTE No

IX_Community_ContentPages

列: contentPage_viewCount (Asc)

唯一: No

扩展属性:

OnFileGroup PRIMARY

CLUSTERED No

IGNORE_DUP_KEY No

FILLFACTOR 0

PAD_INDEX No

DROP_EXISTING No

STATISTICS_NORECOMPUTE No

外键详细信息(子)

FK_Community_ContentPages_Community_Sections

定义: 子 父
contentPage_sectionID Community_Sections.section_id

允许 NULL: 不允许

更新时的参照完整性: 无动作

删除时的参照完整性: 层叠

(9) Community_Discuss
列数: 6

索引数: 0

外键数: 1

主键: Discuss_ContentPageID

代码: 0


数据类型
允许 NULL
值/范围

Discuss_ContentPageID
int
不允许

Discuss_LastCommentUserID
int
允许

Discuss_IsAnnouncement
bit
不允许

Discuss_IsPinned
bit
不允许

Discuss_IsLocked
bit
不允许

Discuss_BodyText
ntext
允许

外键详细信息(子)

FK_Community_Discuss_Community_ContentPages

定义: 子 父
Discuss_ContentPageID Community_ContentPages.contentPage_id

允许 NULL: 不允许

更新时的参照完整性: 无动作

删除时的参照完整性: 层叠

(10) Community_Downloads
列数: 6

索引数: 0

外键数: 1

主键: Download_ContentPageID

代码: 0


数据类型
允许 NULL
值/范围

Download_ContentPageID
int
不允许

Download_FileName
nvarchar(250)
不允许

Download_FileSize
int
不允许

Download_FullDescription
ntext
允许

Download_DownloadCount
int
不允许

Download_FileData
image
不允许

外键详细信息(子)

FK_Community_Downloads_Community_ContentPages

定义: 子 父
Download_ContentPageID Community_ContentPages.contentPage_id

允许 NULL: 不允许

更新时的参照完整性: 无动作

删除时的参照完整性: 层叠

时间: 2024-09-12 21:58:32

Community 学习——数据库结构2的相关文章

Community 学习——数据库结构1

数据|数据库|数据库结构 1 数据库结构1 .1命名规则凡是Community_Sample+Name的表是示例数据 1 .1.1 数据库详细结构示例数据表未列出 (1)数据库摘要目标 DBMS:?? Microsoft SQL Server 表数:??????? 41 视图数:???? 0 列数:??????? 302 索引数:???? 8s 外键数:???? 36 (2)Community_ActivityLog列数:???????? 7 索引数:???? 0 外键数:???? 1 主键:?

Community 学习——数据库结构3

数据|数据库|数据库结构 (11)Community_Emails 列数:???????? 10 索引数:???? 0 外键数:???? 0 主键:???????? e_id 代码:???????? 0 列 数据类型 允许 NULL 值/范围 e_id int 不允许 ? e_communityID int 不允许 ? e_from nvarchar(250) 不允许 ? e_to nvarchar(250) 不允许 ? e_subject nvarchar(250) 不允许 ? e_body

从AdventureWorks学习数据库建模——实体分析

原文:从AdventureWorks学习数据库建模--实体分析 最近打算写写数据库建模的文章,所以打算分析微软官方提供的SQL Server示例数据库AdventureWorks,看看这个数据库中有哪些值得学习的地方. 首先我们需要下载安装一个SQL Server数据库引擎,然后下载示例数据库,这里笔者用的是SQL2008R2,所以下载的是AdventureWorks2008R2,下载地址: http://msftdbprodsamples.codeplex.com/ 下载数据库后附加到SQL

调整SQLServer2000运行中数据库结构

server|sqlserver|数据|数据库|数据库结构  开发过程中的数据库结构结构,不可避免的会需要反复的修改.最麻烦的情况莫过于开发者数据库结构已经修改,而实际应用中数据库又有大量数据,如何在不影响数据库中数据情况下,更新数据结构呢?当然,我们可以手工对应用数据库表结构各个添加.更正.删除的字段一一调整,这对一两个字段来说,是比较简单的,如果改动比较大的时候,这个过程将是非常繁琐的.本文意在介绍使用SQLServer2000 T-SQL语句进行数据库结构调整,希望能够给各位带来些方便.下

[ER/Studio]进行不同版本数据库结构的合并

数据|数据库|数据库结构 难度系数:0本文目的:介绍ER/Studio数据库建模软件,感觉比Rose及Visio数据库建模好用没有ERWin的乱码问题,PowerDesigner一直无缘用到,呵呵,听说过没见过 :) 公司开发的一个系统,因为是提供给客户代码的,所以客户进行了二次开发.同时为了产品的扩展性,我们公司本身也对其进行了进一步的开发.后来根据需要,客户要求我们在他们已有程序的基础上结合我们现在的程序对其系统进行升级. 两边的代码修改幅度都不是很大,使用VSS可以进行比较确认差异.但是客

Access及SQL Server操作数据库结构的常用SQL语句

access|server|sql|数据|数据库|数据库结构|语句 下面是Sql Server 和 Access 操作数据库结构的常用Sql,希望对你有所帮助.内容由海娃整理,不正确与不完整之处还请提出,谢谢. 新建表:create table [表名]([自动编号字段] int IDENTITY (1,1) PRIMARY KEY ,[字段1] nVarChar(50) default '默认值' null ,[字段2] ntext null ,[字段3] datetime,[字段4] mon

ASP常用的操作数据库结构的SQL语句

sql|数据|数据库|数据库结构|语句 新建表:create table [表名]([自动编号字段] int IDENTITY (1,1) PRIMARY KEY ,[字段1] nVarChar(50) default '默认值' null ,[字段2] ntext null ,[字段3] datetime,[字段4] money null ,[字段5] int default 0,[字段6] Decimal (12,4) default 0,[字段7] image null ,) 删除表:Dr

如何复制数据库结构

数据|数据库|数据库结构 --用脚本就可以了         sql200企业管理器         --右键要复制的数据库         --所有任务         --生成SQL脚本         --<常规>里选择"生成全部对象脚本"","在脚本文件中包含说明性标题"选上         --<设置格式>里,将"包含扩展属性",选上         --<选项>中,将"表脚本选项

MySQL数据库结构和数据的导出和导入

mysql|数据|数据库|数据库结构 作者:任我行导出要用到MySQL的mysqldump工具,基本用法是: shell> mysqldump [OPTIONS] database [tables] 如果你不给定任何表,整个数据库将被导出. 通过执行mysqldump --help,你能得到你mysqldump的版本支持的选项表. 注意,如果你运行mysqldump没有--quick或--opt选项,mysqldump将在导出结果前装载整个结果集到内存中,如果你正在导出一个大的数据库,这将可能是