UPDATE post SET category = '' WHERE category = NULL; UPDATE post SET tags = '{}' WHERE tags = NULL;