doctrine subquery in select with join
问题 schema.yml: Membership: columns: id: { type: integer(4), notnull: true, unique: true, primary: true, autoincrement: true } organisation_id: { type: integer(4), notnull: true } membership_subcategory_id: { type: integer(4), notnull: true } start: { type: timestamp } end: { type: timestamp } amount: { type: decimal, size: 2 } amount_paid: { type: decimal, size: 2 } notes: { type: clob (16000000), notnull: false } payment_type: { type: string(20), notnull: true } order_id: { type: integer(4),