View wf_persistence.dbo.syssegments

Generated by
SchemaSpy
Related columns Constraint names Comments Legend
Legend: SourceForge.net
Primary key columns
Columns with indexes
Implied relationships
Excluded column relationships
Dashed lines show
implied relationships
< n > number of related tables
Please support this project 
Column Type Size Nulls Auto Default Children Parents Comments
segment int 10
name varchar 10
status int 10
View SQL:
CREATE VIEW syssegments (segment, name, status) AS
SELECT  0, 'system'     , 0  UNION
SELECT 1, 'default'    , 1  UNION
SELECT 2, 'logsegment' , 0