mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-04-22 08:55:40 +02:00
14 lines
599 B
Plaintext
14 lines
599 B
Plaintext
EXTENDED_PANEL_NAMES Table Layout for Rivendell
|
|
|
|
The EXTENDED_PANEL_NAMES table holds configuration data for the names of the
|
|
extended SoundPanels in Rivendell. Following is the layout of a record in the
|
|
EXTENDED_PANEL_NAMES table:
|
|
|
|
FIELD NAME TYPE REMARKS
|
|
------------------------------------------------------------------------------
|
|
ID int(10) unsigned * Primary key, Auto Increment
|
|
TYPE int(11) 0=Station Panel, 1=User Panel
|
|
OWNER char(64)
|
|
PANEL_NO int(11)
|
|
NAME char(64)
|