project_log_2026_oct


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id INT 10 0
project_id INT 10 null
user_id INT 10 null
timestamp DATETIME 19 null
subject VARCHAR 80 null
body VARCHAR 1000 null
version BIGINT 19 1
target_id INT 10 null
site_id INT 10 null
proxy_user_id INT 10 null
source VARCHAR 255 null
action_id INT 10 null
action_type VARCHAR 255 null

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
ix_id Performance Asc id
ix_timestamp Performance Asc timestamp

Relationships