mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-04-24 09:28:54 +02:00
15 lines
577 B
Plaintext
15 lines
577 B
Plaintext
REPL_CART_STATE Table Layout for Rivendell
|
|
|
|
The REPL_CART_STATE table holds replication tracking data for cart
|
|
objects.
|
|
|
|
FIELD NAME TYPE REMARKS
|
|
------------------------------------------------------------------
|
|
ID int(10) unsigned auto_increment, not null
|
|
primary key
|
|
REPLICATOR_NAME char(32) from REPLICATORS.NAME
|
|
CART_NUMBER int(10) unsigned from CART.NUMBER
|
|
POSTED_FILENAME char(255)
|
|
ITEM_DATETIME datetime
|
|
REPOST enum('N','Y')
|