[sql] Keywords

Viewer

copydownloadembedprintName: Keywords
  1. CREATE TABLE `Keywords` (
  2.         `keywords_id` INT(4),
  3.         `keyword` VARCHAR(45),
  4.         `isArticle` BOOLEAN,
  5.         PRIMARY KEY (`keywords_id`)
  6. ) ENGINE=InnoDB;

Editor

You can edit this paste and save as new:


File Description
  • Keywords
  • Paste Code
  • 06 May-2021
  • 145 Bytes
You can Share it: