Table: dbo.GL_Account_N_GL_Account_Segment_Code | |||
Columns | |||
Name | Type | Constraints | Description |
gl_account_n_gl_account_segment_code_KEY | int (4) | NOT NULL | Primary key for this table. |
gl_account_KEY | int (4) | NOT NULL | Key of account that uses the corresponding account_segment_code. |
gl_account_segment_code_KEY | int (4) | NOT NULL | Key of account_segment_code the account needs. |
Primary key | |||
Name | Columns | Description | |
PK_GL_Account_N_GL_Account_Segment_Code | gl_account_n_gl_account_segment_code_KEY | ||
Unique constraints | |||
Name | Columns | Description | |
UK_GL_Account_N_GL_Account_Segment_Code$gl_account_KEY$gl_account_segment_code_KEY | gl_account_KEY, gl_account_segment_code_KEY |