mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-04-09 22:43:11 +02:00
13 lines
440 B
Plaintext
13 lines
440 B
Plaintext
NEXUS_SERVER Table Layout for Rivendell
|
|
|
|
The NEXUS_SERVER table holds data concerning integration with
|
|
a MusicMaster Nexus server.
|
|
|
|
FIELD NAME TYPE REMARKS
|
|
--------------------------------------------------------------------------
|
|
NUMBER int(10) unsigned
|
|
ENABLED enum('N','Y')
|
|
ADDRESS varchar(50)
|
|
PORT int(11)
|
|
STATION_NAME varchar(64)
|