UNPKG

@directus/api

Version:

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

36 lines (34 loc) 574 B
table: directus_activity columns: id: increments: true action: type: string length: 45 nullable: false user: type: uuid timestamp: type: timestamp nullable: false default: '$now' ip: type: string length: 50 nullable: false user_agent: type: string length: 255 collection: type: string length: 'MAX_TABLE_NAME_LENGTH' nullable: false references: table: directus_collections column: collection item: type: string length: 255 nullable: false comment: type: text