Version 10.2.18
These transaction tables are added in Infor Expense Management 10.2.18
| CREATE TABLE alco_published_bobs ( | ||
|---|---|---|
| document_name | nvarchar (255) | NOT NULL |
| variation_id | bigint | NOT NULL |
| record_count | bigint | NOT NULL |
| start_date | datetime | NOT NULL |
| end_date | datetime | NOT NULL |
| change_timestamp | datetime | DEFAULT current_timestamp NOT NULL |
| is_datalake | smallint | NOT NULL |
| ) | ||