跳至内容
AzerothCore 中文
用户工具
登录
站点工具
搜索
工具
显示页面
修订记录
反向链接
最近更改
媒体管理器
网站地图
登录
>
最近更改
媒体管理器
网站地图
您的足迹:
•
creature_template
数据库:updates
本页面只读。您可以查看源文件,但不能更改它。如果您觉得这是系统错误,请联系管理员。
====== updates 表 ====== ---- [[数据库:auth数据库:首页|<-返回:Auth 数据库]][[数据库:characters数据库:首页|<-返回:Characters 数据库]][[数据库:world数据库:首页|<-返回:World 数据库]] **表结构** ^Field^Type^Attributes^Key^Null^Default^extra^Comment^ |[[#name|name]]|VARCHAR(200)| |PRI|NO| | |Filename with extension of the update.| |[[#hash|hash]]|CHAR(40)| | |YES|''| |SHA1 hash of the sql file.| |[[#state|state]]|ENUM|RELEASED,CUSTOM,ARCHIVED| |NO|RELEASED| |Defines if an update is released, custom or archived.| |[[#timestamp|timestamp]]|TIMESTAMP)| | |NO|CURRENT_TIMESTAMP| |Timestamp when the query was applied.| |[[#speed|speed]]|INT|UNSIGNED| |NO|0| |Time the query takes to apply in ms.| ===== 字段说明 ===== ---- ==== name ==== The filename of the imported file. ==== hash ==== The SHA1 hash from the imported file. ==== state ==== Defines if the update is released, custom or archived. ==== timestamp ==== The time that the file was imported. ==== speed ==== How long in ms it took to import the file.
数据库/updates.txt
· 最后更改: 2023/09/24 09:38 由
admin
页面工具
显示页面
修订记录
反向链接
回到顶部