Level 1
Anyone?
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hello,
I have 3 apps: passport, consumer1 and consumer2.
In the first project (passport) i have one table: users.
users columns: id and name.
Each consumer want to extend the table, and to add their own columns.
consumer1
id, name, avatar
consumer2
id, name, status, account
How can each consumer customize passport tables?
Thank you very much!
Please or to participate in this conversation.