Fields Table (Language.Catalog Schema)
[This content is no longer valid. For the latest information on "M", "Quadrant", SQL Server Modeling Services, and the Repository, see the Model Citizen blog.]
Fields
The following table lists the fields in the Fields table.
Column | Type | Required | Description |
---|---|---|---|
Id |
int |
yes |
|
AutoGenerated |
nvarchar(max) |
||
EntityType |
int |
yes |
References the [Language.Catalog].[EntityTypes] view. |
FieldType |
int |
yes |
References the [Language.Catalog].[Types] view. |
Name |
nvarchar(max) |
yes |
|
Position |
smallint |
yes |
|
DefaultValue |
int |
References the [Language.Catalog].[Expressions] view. |
|
DefaultValueSource |
nvarchar(max) |