Backend_DatabaseTableIndex

struct

This object represents a table index on a relational database

Property Type Description
name String Name of the index
unique Boolean Indicates whether the index is unique
columns
ArrayString
Columns assigned ot the index
part of the Apioo-Project