Database: Microsoft SQL Server 2012
PowerDesigner 16.5
This is SQL server code: CREATE TYPE dbo.ListOfInt AS TABLE(val int NULL);
This is PowerDesigner reverse ingeneering: create type dbo.ListOfInt from char(10) not null
Do PowerDesigner support user-defined table type?
Thank you,
Dmitriy