Document Directus production contract and repair auth
This commit is contained in:
parent
0a7ee5ff35
commit
92ce8bce97
32 changed files with 24821 additions and 65 deletions
|
|
@ -0,0 +1,12 @@
|
|||
id char(36) NO PRI NULL
|
||||
name varchar(255) NO NULL
|
||||
icon varchar(64) YES NULL
|
||||
color varchar(255) YES NULL
|
||||
description text YES NULL
|
||||
status varchar(255) NO active
|
||||
trigger varchar(255) YES NULL
|
||||
accountability varchar(255) YES all
|
||||
options longtext YES NULL
|
||||
operation char(36) YES UNI NULL
|
||||
date_created timestamp YES current_timestamp()
|
||||
user_created char(36) YES MUL NULL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue