mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-30 17:20:32 +01:00
Initial import of CVS-v2_8_branch
This commit is contained in:
12
docs/tables/triggers.txt
Normal file
12
docs/tables/triggers.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
TRIGGERS Table Layout for Rivendell
|
||||
|
||||
The TRIGGERS table holds data concerning all triggers on the system.
|
||||
Following is the layout of a record in the SERVICES table:
|
||||
|
||||
FIELD NAME TYPE REMARKS
|
||||
-------------------------------------------------------------------------
|
||||
ID int(10) unsigned Primary Key, Autoincrement
|
||||
CUT_NAME char(12) Indexed
|
||||
TRIGGER_CODE int(10) unsigned
|
||||
OFFSET int(10) Location
|
||||
|
||||
Reference in New Issue
Block a user