mysql add column if not exists code example Example: mariadb alter table add column if not exists example ALTER TABLE tableName ADD COLUMN IF NOT EXISTS colName INT;