[sql] shop

Viewer

  1. CREATE TABLE `drinks` (
  2.  
  3.   `id`    INT(11)      UNSIGNED NOT NULL AUTO_INCREMENT,
  4.   `name`  VARCHAR(20)           NOT NULL,
  5.   `price` INT(11)      UNSIGNED NOT NULL,
  6.   `cost`  INT(11)      UNSIGNED NOT NULL,
  7.   PRIMARY KEY (`id`)
  8. );

Editor

You can edit this paste and save as new:


File Description
  • shop
  • Paste Code
  • 23 Apr-2024
  • 238 Bytes
You can Share it: