Quellcode durchsuchen

not sure how I forgot the historyid column?

development
mauirixxx vor 7 Jahren
committed by GitHub
Ursprung
Commit
4c20e8ba12
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden GPG-Schlüssel-ID: 4AEE18F83AFDEB23
1 geänderte Dateien mit 3 neuen und 1 gelöschten Zeilen
  1. +3
    -1
      db/gw-treasure-history.sql

+ 3
- 1
db/gw-treasure-history.sql Datei anzeigen

@@ -2,7 +2,8 @@
SQLyog Ultimate v12.09 (64 bit) SQLyog Ultimate v12.09 (64 bit)
MySQL - 5.5.52-MariaDB : Database - mauirixxx MySQL - 5.5.52-MariaDB : Database - mauirixxx
********************************************************************* *********************************************************************
*/
*/
/*!40101 SET NAMES utf8 */; /*!40101 SET NAMES utf8 */;
@@ -15,6 +16,7 @@ MySQL - 5.5.52-MariaDB : Database - mauirixxx
/*Table structure for table `history` */ /*Table structure for table `history` */
CREATE TABLE `history` ( CREATE TABLE `history` (
`historyid` int(11) NOT NULL AUTO_INCREMENT,
`historydate` date DEFAULT NULL, `historydate` date DEFAULT NULL,
`charnameid` int(11) DEFAULT NULL, `charnameid` int(11) DEFAULT NULL,
`locationid` int(2) DEFAULT NULL, `locationid` int(2) DEFAULT NULL,


Laden…
Abbrechen
Speichern