vtable
“vtable” stands for “virtual table” and it is a reference object for virtual tables generated by using a zref file. Virtual tables are custom table structures you can create in Zontroy based on your database. The properties of this object type which are predefined in Zontroy are accessible and as follows:
name: name of a virtual table
label: label of a virtual table
primaryKey: short version of primaryKey.name
primaryKey.dataType: data type of primary key column
displayColumn: short version of displayColumn.name
displayColumn.dataType: data type of display column
Sample Implementation