mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-04-27 06:36:37 +02:00
* Added a 'CAST_DOWNLOADS' table to the database. * Incremented the database version to 294.
13 lines
511 B
Plaintext
13 lines
511 B
Plaintext
CAST_DOWNLOADS Table Layout for Rivendell
|
|
|
|
The CAST_DOWNLOADS table holds data concerning downloads of podcast episodes.
|
|
|
|
|
|
FIELD NAME TYPE REMARKS
|
|
------------------------------------------------------------------------------
|
|
ID int(10) unsigned Primary key, Auto Increment
|
|
FEED_KEY_NAME char(8) From FEEDS.KEY_NAME
|
|
CAST_ID int(10) unsigned From PODCASTS.ID
|
|
ACCESS_DATE date
|
|
ACCESS_COUNT int(10) unsigned
|