Object Script - Columns - XML - MediaWiki Table (short)

From dbscript Online Help
Revision as of 20:08, 23 November 2008 by Ho (talk | contribs) (New page: ''This page has been generated using dbscript'' ''Select Project, Project Version, Object, Command "Generate Script"'' ''Select "XML", and predefined XSLT "MediaWiki Table (short)"'' {...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This page has been generated using dbscript

Select Project, Project Version, Object, Command "Generate Script"

Select "XML", and predefined XSLT "MediaWiki Table (short)"


Table dbo.Columns


OID int not null
Obj_OID int not null
ColN_OID int null
ColID int not null
ColOrder int not null
ID varchar(50) not null
DataType varchar(50) not null
Length int null
DecimalLength int null
Nullable bit not null (0)
IsIdentity bit not null (0)
CollationName varchar(50) null
IdentityStart int null
IdentityInc int null
IsRowGuidCol bit not null (0)
Computed nvarchar(1000) null
IsPersisted bit not null (0)
NotForRepl bit not null (0)
XmlAttributes nvarchar(1000) null
Description nvarchar(1000) null
DFID int null
DFName varchar(128) null
DFExpr ntext null
Created datetime not null (getdate())