DWStaging
 dbo.AR_STANDARD_TABLES_A_CUSTOMER_DUNNING_LETTERS (Table)
  Properties
Property Value
Name AR_STANDARD_TABLES_A_CUSTOMER_DUNNING_LETTERS
Schema dbo
Row Count 0
Data Size 0 KB
Index Size 0 KB
Create Date 11/7/2012 11:53 AM
Description
  Columns
 
 
Column Name
Data Type
Allow Nulls
Row Guid
Fulltext Indexed
Identity
Default
Description / Computed Formula
cnxarraycolumn
smallint(5, 0)
False
False
False
 
CUST_DETAIL_MAP_NAME
varchar(8)
True
False
False
 
CUST_FROM_DAYS
int(10, 0)
True
False
False
 
CUST_LETTER_MAP_NAME
varchar(8)
True
False
False
 
CUST_TO_DAYS
int(10, 0)
True
False
False
 
CUSTOMER_DUNNING_LETTERS_COUNT
smallint(5, 0)
False
False
False
 
ISN_AR_STANDARD_TABLES_A
int(10, 0)
False
False
False
 
RowUpdatedOn
datetime2(27, 7)
False
False
False
 
  Triggers
Name Insert Update Delete Instead
  Indexes
Name Clustered Columns
False
ISN_AR_STANDARD_TABLES_A, cnxarraycolumn
  Foreign Key Constraints
Name Columns Referenced Table Referenced Columns Checked
  Check Constraints
Name Text Checked
  Parent Dependencies (objects that dbo.AR_STANDARD_TABLES_A_CUSTOMER_DUNNING_LETTERS depends on)
Name Type
  Child Dependencies (objects that depend on dbo.AR_STANDARD_TABLES_A_CUSTOMER_DUNNING_LETTERS)
Name Type
  Extended Properties
Object Property Value
   Annotations
Object Property Value
  DDL
/****** Object: Table [dbo].[AR_STANDARD_TABLES_A_CUSTOMER_DUNNING_LETTERS] Script Date: 03/09/2017 16:45:02 ******/
SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER ON
CREATE TABLE [dbo].[AR_STANDARD_TABLES_A_CUSTOMER_DUNNING_LETTERS](
    [ISN_AR_STANDARD_TABLES_A] [int] NOT NULL,
    [CUSTOMER_DUNNING_LETTERS_COUNT] [smallint] NOT NULL,
    [CUST_FROM_DAYS] [int] NULL,
    [CUST_TO_DAYS] [int] NULL,
    [CUST_LETTER_MAP_NAME] [varchar](8) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
    [CUST_DETAIL_MAP_NAME] [varchar](8) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
    [cnxarraycolumn] [smallint] NOT NULL,
    [RowUpdatedOn] [datetime2](7) NOT NULL
) ON [PRIMARY]
WITH
(
DATA_COMPRESSION = PAGE
)
Powered by BI Documenter