Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DecoratedTable

JSON definition of a database table with additional fields.

export
interface

DecoratedDatabase

Hierarchy

Index

Properties

Optional additionalProperties

additionalProperties: undefined | string[]

This array of string will be added as properties to the object when it is exported

memberof

Table

columns

columns: DecoratedColumn[]

Optional extends

extends: undefined | string

This string is a class or interface that this definition should extend

memberof

Table

interfaceName

interfaceName: string

name

name: string

schema

schema: string

Generated using TypeDoc