mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-05 16:20:14 +01:00
Move 'CART.SCHED_CODES' field to 'CART_SCHED_CODES' table.
This commit is contained in:
10
docs/tables/cart_sched_codes.txt
Normal file
10
docs/tables/cart_sched_codes.txt
Normal 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)
|
||||
Reference in New Issue
Block a user