prorm API Reference
← Documentation
GitLab
Preparing search index...
index
DatabaseIndexInfo
Interface DatabaseIndexInfo
Index information from database (via showIndexes)
interface
DatabaseIndexInfo
{
name
:
string
;
unique
:
boolean
;
type
?:
string
;
fields
:
string
[]
;
primary
:
boolean
;
}
Index
Properties
name
unique
type?
fields
primary
Properties
name
name
:
string
unique
unique
:
boolean
Optional
type
type
?:
string
fields
fields
:
string
[]
primary
primary
:
boolean
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
name
unique
type
fields
primary
← Documentation
GitLab
prorm API Reference
Loading...
Index information from database (via showIndexes)