mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-30 01:03:55 +01:00
2018-07-19 Fred Gleason <fredg@paravelsystems.com>
* Added a 'CAST_DOWNLOADS' table to the database. * Incremented the database version to 294.
This commit is contained in:
12
docs/tables/cast_downloads.txt
Normal file
12
docs/tables/cast_downloads.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
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
|
||||
Reference in New Issue
Block a user