Add todo schema
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user