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:
13
docs/tables/nexus_fields.txt
Normal file
13
docs/tables/nexus_fields.txt
Normal file
@@ -0,0 +1,13 @@
|
||||
NEXUS_FIELDS Table Layout for Rivendell
|
||||
|
||||
The NEXUS_FIELDS table contains mappings between Rivendell database rows
|
||||
and MusicMaster Nexus fields.
|
||||
|
||||
FIELD NAME TYPE REMARKS
|
||||
--------------------------------------------------------------------------
|
||||
ID int(11) Primary Key
|
||||
STATION varchar(255) Nexus Station (Database)
|
||||
RD_NAME varchar(255) Rivendell Name
|
||||
NEXUS_NAME varchar(255) MusicMaster Field Name
|
||||
NEXUS_ID int(11) MusicMaster Field ID
|
||||
|
||||
Reference in New Issue
Block a user