mirror of
https://github.com/EQEmu/Server.git
synced 2026-07-05 07:57:17 +00:00
Created tasks (markdown)
+15
@@ -0,0 +1,15 @@
|
||||
**Field**|**Type**|**Null**|**Key**|**Default**|**Notes**
|
||||
-----|-----|-----|-----|-----|-----
|
||||
id|int(11) unsigned|NO|PRI|0|
|
||||
duration|int(11) unsigned|NO| |0|
|
||||
title|varchar(100)|NO| | |
|
||||
description|text|NO| | |
|
||||
reward|varchar(64)|NO| | |
|
||||
rewardid|int(11) unsigned|NO| |0|
|
||||
cashreward|int(11) unsigned|NO| |0|
|
||||
xpreward|int(10)|NO| |0|
|
||||
rewardmethod|tinyint(3) unsigned|NO| |2|
|
||||
startzone|int(11)|NO| |0|
|
||||
minlevel|tinyint(3) unsigned|NO| |0|
|
||||
maxlevel|tinyint(3) unsigned|NO| |0|
|
||||
repeatable|tinyint(1) unsigned|NO| |1|
|
||||
Reference in New Issue
Block a user