I have a table with users, which includes fields for "first name" and "last name" and I need to create a "nick" field during migration and fill them in by creating a string of lowercase letters from the firstname and lastname without spaces.
Unfortunately, I can't find a way to auto-complete this column with other columns.
Can anyone help me?