mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-29 16:50:13 +01:00
Database changes for Nexus integration
This commit is contained in:
12
docs/tables/nexus_server.txt
Normal file
12
docs/tables/nexus_server.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
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)
|
||||
Reference in New Issue
Block a user