====== game_event_condition_save 表 ====== ---- [[数据库:characters数据库:首页|<-返回:Characters 数据库]] **表结构** ^Field^Type^Attributes^Key^Null^Default^extra^Comment^ |[[#eventEntry|eventEntry]]|TINYINT|UNSIGNED|PRI|NO| | | | |[[#condition_id|condition_id]]|INT|UNSIGNED|PRI|NO|0| | | |[[#done|done]]|FLOAT|SIGNED| |YES|0| | | ===== 字段说明 ===== ---- ==== eventEntry ==== This is a link to the event entry in the game_event table. ==== condition_id ==== See game_event_condition.condition_id. ==== done ==== Indicates how much has been done. See game_event_condition.req_num.