소스 검색

not sure how I forgot the historyid column?

development
mauirixxx 7 년 전
committed by GitHub
부모
커밋
4c20e8ba12
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. +3
    -1
      db/gw-treasure-history.sql

+ 3
- 1
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,


불러오는 중...
취소
저장