From 4c20e8ba12f7bf651f2d1e06340ced36565cb677 Mon Sep 17 00:00:00 2001 From: mauirixxx Date: Mon, 30 Jul 2018 15:53:08 -1000 Subject: [PATCH] not sure how I forgot the historyid column? --- db/gw-treasure-history.sql | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/db/gw-treasure-history.sql b/db/gw-treasure-history.sql index b50d0ed..cec4680 100644 --- a/db/gw-treasure-history.sql +++ b/db/gw-treasure-history.sql @@ -2,7 +2,8 @@ SQLyog Ultimate v12.09 (64 bit) MySQL - 5.5.52-MariaDB : Database - mauirixxx ********************************************************************* -*/ +*/ + /*!40101 SET NAMES utf8 */; @@ -15,6 +16,7 @@ MySQL - 5.5.52-MariaDB : Database - mauirixxx /*Table structure for table `history` */ CREATE TABLE `history` ( + `historyid` int(11) NOT NULL AUTO_INCREMENT, `historydate` date DEFAULT NULL, `charnameid` int(11) DEFAULT NULL, `locationid` int(2) DEFAULT NULL,