If you execute the following command with MariaDB:
DESCRIBE `article` `tags`
If the field exists, it returns the following information back to the field.
Field | Type | Null | Key | Default | Extra |
tags | varchar(50) | NO |
And for what I need it? The best example is certainly when you have to write update routines.