mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-04-09 22:43:11 +02:00
13 lines
428 B
Plaintext
13 lines
428 B
Plaintext
NEXUS_QUEUE Table Layout for Rivendell
|
|
|
|
The NEXUS_QUEUE table holds notifications that could not be sent
|
|
to a MusicMaster Nexus server.
|
|
|
|
FIELD NAME TYPE REMARKS
|
|
--------------------------------------------------------------------------
|
|
ID int(11) Primary Key
|
|
NOTIFICATION varchar(255)
|
|
ERROR varchar(255)
|
|
CREATED timestamp
|
|
|