hi, what you guys recommend me for this?
i have a php system without any framework
i want to migrate to filament
currently it have two tables one for admin login, one for client login
should i have the same in filament? i mean two diff table for login? the difference is the client table have many custom fields like address, identification, passport, phone, mail, services, mobile and so on that admin table doesn't have. or should i use one table only of users and have a client_detail table for example with a foreign key that links to the user table?
thank you