log_rotation


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id INT UNSIGNED 10 null
period_type enum('by_time', 'by_size') 8 by_time
period VARCHAR 50 null
max_number_of_logfiles BIGINT UNSIGNED 20 0
compress_enable enum('false', 'true') 6 false
email VARCHAR 255 null
turned_on enum('false', 'true') 6 false

Table contained 4 rows

Indexes

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