UNPKG

@directus/api

Version:

Directus is a real-time API and App dashboard for managing SQL database content

37 lines (35 loc) 585 B
table: directus_roles columns: id: type: uuid primary: true nullable: false name: type: string length: 100 nullable: false icon: type: string length: 30 nullable: false default: supervised_user_circle description: type: text ip_access: type: text enforce_tfa: type: boolean nullable: false default: false module_list: type: json collection_list: type: json admin_access: type: boolean nullable: false default: false app_access: type: boolean nullable: false default: true