
tech.aroma.sql.inserts.insert_inbox_message.sql Maven / Gradle / Ivy
------------------------------------------------------------------------------
-- INSERTS A NEW MESSAGE INTO THE INBOX TABLE
------------------------------------------------------------------------------
INSERT INTO inbox (user_id,
message_id,
app_id,
app_name,
title,
body,
priority,
time_created,
time_received,
hostname,
mac_address,
device_name)
VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy