[sql] changes

Viewer

  1. CREATE TABLE `changes` (
  2.         `id` INT UNSIGNED NOT NULL AUTO_INCREMENT,
  3.         `pedido_id` INT,
  4.         `horario` VARCHAR(255),
  5.         `status` VARCHAR(255),
  6.         PRIMARY KEY (`id`)
  7. );

Editor

You can edit this paste and save as new:


File Description
  • changes
  • Paste Code
  • 25 Sep-2021
  • 164 Bytes
You can Share it: