Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ITableSchema

Catalog table schema information. Table schema definition.

Hierarchy

  • ITableSchema

Index

Properties

Optional description

description: string

The database description.

Optional fields

fields: object

The fields collection object.

Type declaration

  • [fieldName: string]: IFieldSchema

Optional indexes

indexes: object

The indexes collection object.

Type declaration

items

items: object

Type declaration

  • Optional additionalProperties?: boolean
  • properties: object

    Collection of table fields information.

path

path: string

The relative URI - /[db]/[table]

Optional primaryKey

primaryKey: string

The name of the primary key field.

type

type: string

The JSDO data type - 'object'