[text] db

Viewer

  1. CREATE TABLE IF NOT EXISTS `bestiary` (
  2.                 `player_id` INT NULL,
  3.                 `monster_id` INT UNSIGNED NULL,
  4.                 `count` INT UNSIGNED NULL,
  5.                 `finished` INT UNSIGNED NULL,
  6.  
  7.                 CONSTRAINT `fk_player_id` FOREIGN KEY (`player_id`) REFERENCES `otserv`.`players` (`id`)

Editor

You can edit this paste and save as new:


File Description
  • db
  • Paste Code
  • 30 Mar-2020
  • 256 Bytes
You can Share it: