mirror of
https://github.com/nicotsx/zerobyte.git
synced 2026-02-09 04:51:20 -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));
|