Problem I’m using a many-to-many relationship between users and roles with propel: <table name=”user”> <column name=”id” type=”integer” required=”true” primaryKey=”true” autoIncrement=”true” […]