Table Schema
Syntax
Properties
indexes : Array<IndexSpec>
List of indexes properties.
instanceTemplate : Object
Object populated with indexed properties. In case Table.defineClass() or Table.mapToClass() has been used, also non-indexed properties will be part of the template.
This property is used internally by Dexie to help out IDE with code completion.
mappedClass : Function
In case Table.defineClass() or Table.mapToClass() has been used, the mapped constructor function will be stored in this property.
name : String
The name of the object store.
primKey : IndexSpec
Specification of primary key.
Description
Primary key and indexes for the object store (Table).