From 205837b27f16095356bcb73c5bf22a88bf3bb60d Mon Sep 17 00:00:00 2001 From: Chris Miles Date: Sat, 13 Jan 2018 16:10:59 -0600 Subject: [PATCH] Created account_ip (markdown) --- account_ip.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 account_ip.md diff --git a/account_ip.md b/account_ip.md new file mode 100644 index 0000000..1180000 --- /dev/null +++ b/account_ip.md @@ -0,0 +1,6 @@ +**Field**|**Type**|**Null**|**Key**|**Default**|**Notes** +-----|-----|-----|-----|-----|----- +accid|int(11)|NO|PRI|0| +ip|varchar(32)|NO|PRI| | +count|int(11)|NO| |1| +lastused|timestamp|NO| |CURRENT\_TIMESTAMP| \ No newline at end of file