|
![]() |
Property | Value |
Name | SPECIAL_CHECKS_A_ACCOUNT_INFO |
Schema | dbo |
Row Count | 0 |
Data Size | 0 KB |
Index Size | 0 KB |
Create Date | 2/13/2017 3:59 PM |
Description |
Column Name |
Data Type |
Allow Nulls |
Row Guid |
Fulltext Indexed |
Identity |
Default |
Description / Computed Formula |
||
![]() |
![]() |
ACCOUNT_AMOUNT |
numeric(17, 2) |
True |
False |
False |
|||
![]() |
![]() |
ACCOUNT_INFO_COUNT |
smallint(5, 0) |
False |
False |
False |
|||
![]() |
![]() |
ACCOUNT_PERC |
numeric(17, 4) |
True |
False |
False |
|||
![]() |
![]() |
cnxarraycolumn |
smallint(5, 0) |
False |
False |
False |
|||
![]() |
![]() |
GL_ACCT_NO |
varchar(25) |
True |
False |
False |
|||
![]() |
![]() |
ISN_SPECIAL_CHECKS_A |
int(10, 0) |
False |
False |
False |
|||
![]() |
![]() |
RowUpdatedOn |
datetime2(27, 7) |
True |
False |
False |
Name | Insert | Update | Delete | Instead |
Name | Clustered | Columns |
False |
ISN_SPECIAL_CHECKS_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].[SPECIAL_CHECKS_A_ACCOUNT_INFO] Script Date: 03/09/2017 16:45:55 ******/ SET ANSI_NULLS ON SET QUOTED_IDENTIFIER ON CREATE TABLE [dbo].[SPECIAL_CHECKS_A_ACCOUNT_INFO]( [ISN_SPECIAL_CHECKS_A] [int] NOT NULL, [ACCOUNT_INFO_COUNT] [smallint] NOT NULL, [GL_ACCT_NO] [varchar](25) COLLATE SQL_Latin1_General_CP1_CI_AS NULL, [ACCOUNT_AMOUNT] [numeric](17, 2) NULL, [ACCOUNT_PERC] [numeric](17, 4) NULL, [cnxarraycolumn] [smallint] NOT NULL, [RowUpdatedOn] [datetime2](7) NULL ) ON [PRIMARY] |
Powered by BI Documenter |