Columns
| # | Column | Data Type | Nullable | PK | Identity | Computed | Collation |
|---|---|---|---|---|---|---|---|
| 1 | Attribute_Type_Id | int | No | Yes | No | No | |
| 2 | Object_Type_Id | int | No | Yes | No | No | |
| 3 | Has_User_Autofill | bit | No | No | No | No | |
| 4 | Is_Read_Only | bit | No | No | No | No | |
| 5 | Default_Value | nvarchar | Yes | No | No | No | Czech_CI_AS |
Foreign Keys
| Column | References |
|---|---|
| Object_Type_Id | C_Object_Type.Object_Type_Id |
| Attribute_Type_Id | C_Attribute_Type.Attribute_Type_Id |
Is Data Source For
| View | Columns |
|---|---|
| Object_Type_Attribute_Type | Is_Read_Only, Object_Type_Id, Attribute_Type_Id, Has_User_Autofill |