Fred Gleason 58d856a726 2018-10-08 Fred Gleason <fredg@paravelsystems.com>
* Removed the 'Charset=' and 'Collation=' parameters from the
	'[mySQL]' section of rd.conf(5).
	* Removed support for the --mysql-charset=' and '--mysql-collation='
	switches in rddbmgr(8).
	* Refactored handling of character set and collation attributes
	in rddbmgr(8) to treat them as immutable parts of the DB schema.
2018-10-08 18:38:12 -04:00

20 lines
656 B
Plaintext

INPUTS Table Layout for Rivendell
The INPUTS table holds information regarding switcher inputs.
FIELD NAME TYPE REMARKS
---------------------------------------------------------------
ID int(11) Primary key, auto increment
STATION_NAME varchar(64) From STATIONS.NAME
MATRIX int(11)
NUMBER int(11)
NAME varchar(64)
FEED_NAME varchar(8)
CHANNEL_MODE int(11)
ENGINE_NUM int(11)
DEVICE_NUM int(11)
NODE_HOSTNAME varchar(176)
NODE_TCP_PORT int(11)
NODE_SLOT int(11)