Add todo schema

This commit is contained in:
Achim Rohn
2025-09-18 09:59:40 +02:00
parent b788fb4898
commit 1c42c7dd7a
17 changed files with 2832 additions and 2 deletions
+3
View File
@@ -9,5 +9,8 @@ import (
// GoogleAuth is the predicate function for googleauth builders.
type GoogleAuth func(*sql.Selector)
// Todo is the predicate function for todo builders.
type Todo func(*sql.Selector)
// User is the predicate function for user builders.
type User func(*sql.Selector)