[sql] Bin

Viewer

  1. CREATE TABLE `Bin` (
  2.         `Bin_ID` INT(10) NOT NULL AUTO_INCREMENT,
  3.         `Bin_startTime` TIME,
  4.         `Bin_endTime` TIME,
  5.         `Bin_values` TEXT(100),
  6.         `Res_values` TEXT(100)
  7. );

Editor

You can edit this paste and save as new:


File Description
  • Bin
  • Paste Code
  • 01 Mar-2021
  • 165 Bytes
You can Share it: