SWDB
← Versions / 6.5.7.3 /

app_flow_action

Fields (14)

Name Type Null Key Default Extra
id binary(16) NO PRI NULL
app_id binary(16) NO MUL NULL
name varchar(255) NO UNI NULL
badge varchar(255) YES NULL
url varchar(500) NO NULL
delayable tinyint(1) NO 0
parameters json YES NULL
config json YES NULL
headers json YES NULL
requirements json YES NULL
icon mediumblob YES NULL
sw_icon varchar(255) YES NULL
created_at datetime(3) NO NULL
updated_at datetime(3) YES NULL

Indexes (3)

Name Columns Unique
fk.app_flow_action.app_id app_id No
PRIMARY id Yes
uniq.app_flow_action.name name Yes

Relations From (1)

app_id app . id

Referenced By (2)

app_flow_action_translation . app_flow_action_id id
flow_sequence . app_flow_action_id id