i am using the statement create table like.. including defaults including identity column attributes but
the generated always setting is missing
"CREATED_BY" "META "."AUDIT_USER_TYPE" NOT NULL , <-- like table
"CREATED_BY" "META "."AUDIT_USER_TYPE" NOT NULL GENERATED ALWAYS AS ( CORE_DL.GETCURRENTUSER() ) , <--base table
I could not find an option to force this
Is this correct (as documented) or is there anyhow an option ?
------------------------------
Thanks for all answers
Best Regards,
Guy Przytula
------------------------------
#Db2