Skip to content

base_apps

系统应用表

所属应用: base

表结构

ColumnNameCommentTypeNot nullDefaultAutoincrement
app_id程序目录varchar(32)YN
app_name应用程序varchar(50)NN
debug_mode调试模式enum('true','false')NfalseN
app_configapp_configtextNN
status状态 installed:已安装, 未启动;resolved:已配置;starting:正在启动;active:运行中;stopping:正在关闭;uninstalled:尚未安装;broken:已损坏;paused:已暂停;enum('installed','resolved','starting','active','stopping','uninstalled','broken','paused')NuninstalledN
webpathwebpathvarchar(20)NN
description说明varchar(255)NN
local_ver当前版本varchar(20)NN
remote_ver最新版本varchar(20)NN
author_nameauthor_namevarchar(100)NN
author_urlauthor_urlvarchar(100)NN
author_emailauthor_emailvarchar(100)NN
dbverdbvervarchar(32)NN
remote_configremote_configlongtextNN

索引

Key nameColumn namesUniqueComment
primaryapp_idY