insert-corrupt-event.sql 93 B

12
  1. INSERT INTO events (session_id, seq, type, time, data, ignorable)
  2. VALUES (?, ?, ?, ?, ?, ?);