Table: dbo.Recorded_Event_Object_N_GL_Account | |||
Table that links a recorded event object record with a GL_Account record. | |||
Columns | |||
Name | Type | Constraints | Description |
recorded_event_object_KEY | int (4) | NOT NULL | Primary key and foreign key to Recorded_Event_Object table |
gl_account_KEY | int (4) | NOT NULL | Foreign key to GL_Account table |
Primary key | |||
Name | Columns | Description | |
PK_Recorded_Event_Object_N_GL_Account$recorded_event_object_KEY | recorded_event_object_KEY |