瀏覽代碼

forgot to update this table with the ability to change the background color

development
mauirixxx 7 年之前
committed by GitHub
父節點
當前提交
117a20acad
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 4AEE18F83AFDEB23
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. +3
    -1
      db/gw-treasure-playername.sql

+ 3
- 1
db/gw-treasure-playername.sql 查看文件

@@ -2,7 +2,8 @@
SQLyog Ultimate - MySQL GUI v8.2
MySQL - 5.5.52-MariaDB : Database - mauirixxx
*********************************************************************
*/
*/
/*!40101 SET NAMES utf8 */;
@@ -20,6 +21,7 @@ CREATE TABLE `playername` (
`birthdate` date DEFAULT NULL,
`userid` int(11) DEFAULT NULL,
`professionid` int(2) DEFAULT NULL COMMENT 'this is taken from the listruneprofessions table',
`profcolor` char(4) DEFAULT NULL,
PRIMARY KEY (`playerid`)
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=latin1;


Loading…
取消
儲存