mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-04-02 19:42:05 -04:00
The required sql file.
This commit is contained in:
parent
fb1d22d731
commit
4a544a9ea3
24
sql/gamedata_actor_pushcommand.sql
Normal file
24
sql/gamedata_actor_pushcommand.sql
Normal file
@ -0,0 +1,24 @@
|
||||
/*
|
||||
MySQL Data Transfer
|
||||
Source Host: localhost
|
||||
Source Database: ffxiv_server
|
||||
Target Host: localhost
|
||||
Target Database: ffxiv_server
|
||||
Date: 1/10/2017 4:44:59 PM
|
||||
*/
|
||||
|
||||
SET FOREIGN_KEY_CHECKS=0;
|
||||
-- ----------------------------
|
||||
-- Table structure for gamedata_actor_pushcommand
|
||||
-- ----------------------------
|
||||
CREATE TABLE `gamedata_actor_pushcommand` (
|
||||
`id` int(10) unsigned NOT NULL,
|
||||
`pushCommand` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`pushCommandSub` smallint(6) NOT NULL DEFAULT '0',
|
||||
`pushCommandPriority` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`id`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
|
||||
|
||||
-- ----------------------------
|
||||
-- Records
|
||||
-- ----------------------------
|
Loading…
Reference in New Issue
Block a user