Advertisement
tensador125
Apr 13th, 2023
85
0
Never
This is comment for paste BeautyShop + New System Skin + Skin Item
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. /*
  2. Navicat MySQL Data Transfer
  3.  
  4. Source Server         : localhost
  5. Source Server Version : 50521
  6. Source Host           : localhost:3306
  7. Source Database       : project
  8.  
  9. Target Server Type    : MYSQL
  10. Target Server Version : 50521
  11. File Encoding         : 65001
  12.  
  13. Date: 2023-04-09 15:48:30
  14. */
  15.  
  16. SET FOREIGN_KEY_CHECKS=0;
  17.  
  18. -- ----------------------------
  19. -- Table structure for player_skins
  20. -- ----------------------------
  21. DROP TABLE IF EXISTS `player_skins`;
  22. CREATE TABLE `player_skins` (
  23.   `char_id` INT(11) DEFAULT NULL,
  24.   `skin_id` INT(11) DEFAULT NULL
  25. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  26.  
  27. -- ----------------------------
  28. -- Records of player_skins
  29. -- ----------------------------
  30.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement