News

ALTER TABLE `users` ADD `display_name` longtext NULL AS (CONCAT(last_name, ', ', first_name)); If I edit the generated script file and change the line to what is below, everything works correctly. No ...