api_log


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
log_id INT 10 null
user_id BIGINT 19 null
patient_id BIGINT 19 null
ip_address VARCHAR 255 null
method VARCHAR 20 null
request VARCHAR 255 null
request_url TEXT 65535 NULL
request_body LONGTEXT 2147483647 NULL
response LONGTEXT 2147483647 NULL
created_time TIMESTAMP 19 NULL

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id

Relationships