|
id
|
int(11)
|
|
|
|
|
owner_id
|
int(11)
|
|
|
|
|
template_id
|
int(11)
|
|
|
|
|
name
|
varchar(100)
|
|
|
|
|
bot_type
|
varchar(50)
|
|
|
|
|
command
|
text
|
|
|
|
|
cwd
|
varchar(255)
|
|
|
|
|
use_venv
|
tinyint(1)
|
|
|
0
|
|
requirements_path
|
varchar(255)
|
|
|
|
|
enabled
|
tinyint(1)
|
|
|
1
|
|
auto_restart
|
tinyint(1)
|
|
|
0
|
|
description
|
text
|
|
|
|
|
env_json
|
text
|
|
|
|
|
created_at
|
timestamp
|
|
|
current_timestamp()
|
|
updated_at
|
timestamp
|
|
|
current_timestamp()
|