Advertisement
This is comment for paste
BeautyShop + New System Skin + Skin Item
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*
- Navicat MySQL Data Transfer
- Source Server : localhost
- Source Server Version : 50521
- Source Host : localhost:3306
- Source Database : project
- Target Server Type : MYSQL
- Target Server Version : 50521
- File Encoding : 65001
- Date: 2023-04-09 15:48:30
- */
- SET FOREIGN_KEY_CHECKS=0;
- -- ----------------------------
- -- Table structure for player_skins
- -- ----------------------------
- DROP TABLE IF EXISTS `player_skins`;
- CREATE TABLE `player_skins` (
- `char_id` INT(11) DEFAULT NULL,
- `skin_id` INT(11) DEFAULT NULL
- ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
- -- ----------------------------
- -- Records of player_skins
- -- ----------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement