Move 'CART.SCHED_CODES' field to 'CART_SCHED_CODES' table.

This commit is contained in:
Patrick Linstruth
2018-11-13 13:16:26 -08:00
parent 8af01a466d
commit 3ed7a7ca6f
15 changed files with 140 additions and 63 deletions

View File

@@ -0,0 +1,10 @@
CART_SCHED_CODES Table Layout for Rivendell
The CART_SCHED_CODES table holds the scheduler codes for carts.
FIELD NAME TYPE REMARKS
-------------------------------------------------------------------------
ID int(11) Primary Key, Not Null, Unique
Auto-Increment
CART_NUMBER int(11) From CART.NUMBER
SCHED_CODE varchar(11)