Re: Use another table for user lookup

2024-04-03 Thread Damian
I have in my MariaDB database used table users for other needs. Is there any opiniion to use another table such as emails which has structure CREATE TABLE `emails` ( `id` int(5) NOT NULL auto_increment, `email` varchar(255) NOT NULL, `password` mediumtext NOT NULL, `user_id` int(5) NO

Use another table for user lookup

2024-04-02 Thread Filip Bartmann
Hello, I have in my MariaDB database used table users for other needs. Is there any opiniion to use another table such as emails which has structure CREATE TABLE `emails` ( `id` int(5) NOT NULL auto_increment, `email` varchar(255) NOT NULL, `password` mediumtext NOT NULL, `user_id` int(5)