Table: dbo.Client_Staff_Next_Id_Number | |||
Contains next ID number to use for auto-ID creation for client staff. Only has one record. Used only by SBPR. | |||
Columns | |||
Name | Type | Constraints | Description |
client_staff_next_id_number_KEY | int (4) | NOT NULL | Primary key for the table. |
next_id_number | int (4) | NOT NULL | Number to use when creating the next client staff ID. |
Primary key | |||
Name | Columns | Description | |
PK_Client_Staff_Next_Id_Number | client_staff_next_id_number_KEY |