[sql] Stattt

Viewer

  1. CREATE TABLE `Stat` (
  2.   `id` INT(10) AUTO_INCREMENT NOT NULL,
  3.   `name` linestring NOT NULL,
  4.   `surname` linestring NOT NULL,
  5.   `senior` linestring NOT NULL,
  6.   `tax year` INT(10) NOT NULL,
  7.   PRIMARY KEY (`id`)
  8. );

Editor

You can edit this paste and save as new:


File Description
  • Stattt
  • Paste Code
  • 14 Apr-2021
  • 218 Bytes
You can Share it: