mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-04-22 08:55:40 +02:00
12 lines
507 B
Plaintext
12 lines
507 B
Plaintext
DROPBOX_SCHED_CODES Table Layout for Rivendell
|
|
|
|
The DROPBOX_SCHED_CODES table holds the scheduler codes to be applied for
|
|
each dropbox.
|
|
|
|
FIELD NAME TYPE REMARKS
|
|
-------------------------------------------------------------------------
|
|
ID int(11) Primary Key, Not Null, Unique
|
|
Auto-Increment
|
|
DROPBOX_ID int(11) From DROPBOXES.ID
|
|
SCHED_CODE char(11)
|