SAWarning: relationship 'Restaurant.roles' will copy column restaurant.id to column role.restaurant_id, which conflicts with relationship(s): 'Role.restaurant' (copies restaurant.id to role.restaurant_id). If this is not the intention, consider if these relationships should be linked with back_populates, or if viewonly=True should be applied to one or more if they are read-only. For the less common case that foreign key constraints are partially overlapping, the orm.foreign() annotation can be used to isolate the columns that should be written towards. To silence this warning, add the parameter 'overlaps="restaurant"' to the 'Restaurant.roles' relationship. (Background on this error at: https://sqlalche.me/e/14/qzyx)
SAWarning: relationship 'Restaurant.roles' will copy column restaurant.id to column role.restaurant_id, which conflicts with relationship(s): 'Role.restaurant' (copies restaurant.id to role.restaurant_id). If this is not the intention, consider if these relationships should be linked with back_populates, or if viewonly=True should be applied to one or more if they are read-only. For the less common case that foreign key constraints are partially overlapping, the orm.foreign() annotation can be used to isolate the columns that should be written towards. To silence this warning, add the parameter 'overlaps="restaurant"' to the 'Restaurant.roles' relationship. (Background on this error at: https://sqlalche.me/e/14/qzyx)