[sql] Sql

Viewer

  1. CREATE TABLE `Rank` (
  2.         `Name` LONGBLOB NOT NULL,
  3.         `Prefix` LONGBLOB,
  4.         `Suffix` LONGBLOB,
  5.         `Inherits` LONGBLOB,
  6.         `DefaultRank` BOOLEAN DEFAULT 'false',
  7.         `Weight` INT DEFAULT '1',
  8.         `Permissions` LONGBLOB,
  9.         `Users` VARCHAR
  10. );

Editor

You can edit this paste and save as new:


File Description
  • Sql
  • Paste Code
  • 02 Jun-2020
  • 231 Bytes
You can Share it: