crons


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id INT UNSIGNED 10 null
command VARCHAR 255 null
last_run TIMESTAMP 19 CURRENT_TIMESTAMP
created_at TIMESTAMP 19 null
updated_at TIMESTAMP 19 null

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
crons_command_unique Must be unique Asc command

Relationships