Cuba Studio SE 6.8.2: Closing bracket in SQL server "create table script" missing

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)

Hi, @Stefan!

Unfortunately, we cannot reproduce the issue.
What Studio version are you using?
Please attach a test project with the issue.