[sql] todo

Viewer

  1. CREATE TABLE `todolist` (
  2.         `title` TEXT,
  3.         `description` TEXT,
  4.         `category` TEXT,
  5.         `due_date` DATE
  6. );

Editor

You can edit this paste and save as new:


File Description
  • todo
  • Paste Code
  • 22 Oct-2020
  • 104 Bytes
You can Share it: