Table: dbo.GL_Account_Csa_Account_Number
This table stores the csa account number for a gl account.
Columns
NameTypeConstraintsDescription
gl_account_KEYint (4)NOT NULLGL Account key.
csa_gl_account_numbernvarchar (120)NOT NULLCSA account number.
Primary key
NameColumnsDescription
PK_GL_Account_Csa_Account_Number$gl_account_KEYgl_account_KEY
Foreign keys
NameColumnsReferenced tableDescription
FK_GL_Account_Csa_Account_Number__GL_Account__gl_account_KEYgl_account_KEYGL_Account (gl_account_KEY)

Schema diagram