diff --git a/hackers.md b/hackers.md new file mode 100644 index 0000000..128dcd3 --- /dev/null +++ b/hackers.md @@ -0,0 +1,8 @@ +**Field**|**Type**|**Null**|**Key**|**Default**|**Notes** +-----|-----|-----|-----|-----|----- +id|int(4)|NO|PRI| |auto\_increment +account|text|NO| | | +name|text|NO| | | +hacked|text|NO| | | +zone|text|YES| | | +date|timestamp|NO| |CURRENT\_TIMESTAMP|on update CURRENT\_TIMESTAMP \ No newline at end of file