Document Directus production contract and repair auth

This commit is contained in:
makearmy 2026-07-10 10:51:04 -04:00
parent 0a7ee5ff35
commit 92ce8bce97
32 changed files with 24821 additions and 65 deletions

View file

@ -0,0 +1,12 @@
id char(36) NO PRI NULL
name varchar(255) YES NULL
key varchar(255) NO NULL
type varchar(255) NO NULL
position_x int(11) NO NULL
position_y int(11) NO NULL
options longtext YES NULL
resolve char(36) YES UNI NULL
reject char(36) YES UNI NULL
flow char(36) NO MUL NULL
date_created timestamp YES current_timestamp()
user_created char(36) YES MUL NULL
1 id char(36) NO PRI NULL
2 name varchar(255) YES NULL
3 key varchar(255) NO NULL
4 type varchar(255) NO NULL
5 position_x int(11) NO NULL
6 position_y int(11) NO NULL
7 options longtext YES NULL
8 resolve char(36) YES UNI NULL
9 reject char(36) YES UNI NULL
10 flow char(36) NO MUL NULL
11 date_created timestamp YES current_timestamp()
12 user_created char(36) YES MUL NULL