@directus/api
Version:
Directus is a real-time API and App dashboard for managing SQL database content
59 lines (57 loc) • 965 B
YAML
table: directus_fields
columns:
id:
increments: true
collection:
type: string
length: 'MAX_TABLE_NAME_LENGTH'
nullable: false
references:
table: directus_collections
column: collection
field:
type: string
length: 'MAX_COLUMN_NAME_LENGTH'
nullable: false
special:
type: string
length: 64
interface:
type: string
length: 64
options:
type: json
display:
type: string
length: 64
display_options:
type: json
locked:
type: boolean
default: false
nullable: false
readonly:
type: boolean
default: false
nullable: false
hidden:
type: boolean
default: false
nullable: false
sort:
type: integer
unsigned: true
width:
type: string
length: 30
default: full
group:
type: integer
unsigned: true
references:
table: directus_fields
column: id
translations:
type: json
note:
type: text