[sql] face_report

Viewer

copydownloadembedprintName: face_report
  1. CREATE TABLE `reports` (
  2.         `id` INT NOT NULL AUTO_INCREMENT,
  3.         `date` DATE NOT NULL DEFAULT NULL,
  4.         `time` TIME NOT NULL DEFAULT NULL,
  5.         `person_id` INT NOT NULL,
  6.         `camera_id` INT NOT NULL,
  7.         PRIMARY KEY (`person_id`,`camera_id`)
  8. );

Editor

You can edit this paste and save as new:


File Description
  • face_report
  • Paste Code
  • 28 Feb-2021
  • 234 Bytes
You can Share it: