For a new integer identity newest CUBA studio version creates a wrong “create table script”, the closing bracket is missing:
create table COVEDB_SUPPORTED_OBD_PID (
ID int identity,
--
ECU_ADRESSES varchar(255),
OBD_PID_ID integer,
CAN_TEST_SERIES_ID bigint,
--
primary key (ID)