Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
您好,我想在 Laravel 8 和 Postgresql 中创建一个电子商务应用程序。我正试图围绕如何创建一个用户数据库,让买家可以选择成为卖家。我会在表格上将卖家 ID 属性设置为 null 并通过 Laravel 上的安全策略处理授权吗?