mirror of
https://github.com/nicotsx/zerobyte.git
synced 2026-02-07 20:11:16 -05:00
3 lines
105 B
SQL
3 lines
105 B
SQL
-- Custom SQL migration file, put your code below! --
|
|
UPDATE users_table SET email = LOWER(TRIM(email));
|