add logs table definition to database schema
This commit is contained in:
@@ -11,6 +11,7 @@ Tables:
|
||||
- keywords(keyword_id PK, name UNIQUE)
|
||||
- user_regions(user_id FK -> users, region_id FK -> regions, composite PK)
|
||||
- user_keywords(user_id FK -> users, keyword_id FK -> keywords, composite PK)
|
||||
- logs(id PK, page_url, region, keyword, fetched_at)
|
||||
"""
|
||||
|
||||
from datetime import datetime, UTC
|
||||
|
||||
Reference in New Issue
Block a user