[sql] whatever

Viewer

copydownloadembedprintName: whatever
  1. CREATE TABLE events (
  2.  
  3. event_type INTEGER NOT NULL,
  4.  
  5. VALUE INTEGER NOT NULL,
  6.  
  7. TIME TIMESTAMP NOT NULL,
  8.  
  9. UNIQUE(event_type, TIME)
  10.  
  11. )

Editor

You can edit this paste and save as new:


File Description
  • whatever
  • Paste Code
  • 28 Oct-2020
  • 141 Bytes
You can Share it: