How do I write DDL script for collection properties?
For example I want to create the following class:
Class SQLUser.Person {
Property Name As %String;
Property FavoriteColors As list Of %String;
}
My DDL script looks like this:
CREATE TABLE Person (Name varchar(50), FavoriteColors ???)
.png)
.png)



.png)
.png)