@directus/api
Version:
Directus is a real-time API and App dashboard for managing SQL database content
24 lines (22 loc) • 355 B
YAML
table: directus_sessions
columns:
token:
type: string
length: 64
primary: true
nullable: false
user:
type: uuid
nullable: false
references:
table: directus_users
column: id
expires:
type: timestamp
nullable: false
ip:
type: string
length: 255
user_agent:
type: string
length: 255