Skip to content

Conversation

joseavr
Copy link

@joseavr joseavr commented Jun 30, 2025

The schema is missing the field verified even tho later in the docs says at: https://orm.drizzle.team/docs/rqb#find-many

// result type
const result: {
	id: number;
	name: string;
	verified: boolean;
	invitedBy: number | null;
}[];

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant