|
![]() |
Property | Value |
Name | FAC194_EVENT_A_EVENT_REQUIREMENT_INFO |
Schema | dbo |
Row Count | 0 |
Data Size | 0 KB |
Index Size | 0 KB |
Create Date | 11/5/2012 2:46 PM |
Description |
Column Name |
Data Type |
Allow Nulls |
Row Guid |
Fulltext Indexed |
Identity |
Default |
Description / Computed Formula |
||
![]() |
![]() |
cnxarraycolumn |
smallint(5, 0) |
False |
False |
False |
|||
![]() |
![]() |
EVENT_REQUIREMENT_CODE |
varchar(8) |
True |
False |
False |
|||
![]() |
![]() |
EVENT_REQUIREMENT_INFO_COUNT |
smallint(5, 0) |
False |
False |
False |
|||
![]() |
![]() |
EVENT_REQUIREMENT_QTY |
int(10, 0) |
True |
False |
False |
|||
![]() |
![]() |
ISN_FAC194_EVENT_A |
int(10, 0) |
False |
False |
False |
|||
![]() |
![]() |
RowUpdatedOn |
datetime2(27, 7) |
False |
False |
False |
Name | Insert | Update | Delete | Instead |
Name | Clustered | Columns |
False |
ISN_FAC194_EVENT_A, cnxarraycolumn |
Name | Columns | Referenced Table | Referenced Columns | Checked |
Name | Text | Checked |
Name | Type |
Name | Type |
Object | Property | Value |
Object | Property | Value |
/****** Object: Table [dbo].[FAC194_EVENT_A_EVENT_REQUIREMENT_INFO] Script Date: 03/09/2017 16:45:18 ******/ SET ANSI_NULLS ON SET QUOTED_IDENTIFIER ON CREATE TABLE [dbo].[FAC194_EVENT_A_EVENT_REQUIREMENT_INFO]( [ISN_FAC194_EVENT_A] [int] NOT NULL, [EVENT_REQUIREMENT_INFO_COUNT] [smallint] NOT NULL, [EVENT_REQUIREMENT_CODE] [varchar](8) COLLATE SQL_Latin1_General_CP1_CI_AS NULL, [EVENT_REQUIREMENT_QTY] [int] NULL, [cnxarraycolumn] [smallint] NOT NULL, [RowUpdatedOn] [datetime2](7) NOT NULL ) ON [PRIMARY] WITH ( DATA_COMPRESSION = PAGE ) |
Powered by BI Documenter |