turso
This commit is contained in:
@@ -1,25 +1,23 @@
|
||||
// Code generated by sqlc. DO NOT EDIT.
|
||||
// versions:
|
||||
// sqlc v1.18.0
|
||||
// sqlc v1.25.0
|
||||
|
||||
package database
|
||||
|
||||
import (
|
||||
"time"
|
||||
)
|
||||
import ()
|
||||
|
||||
type Note struct {
|
||||
ID string
|
||||
CreatedAt time.Time
|
||||
UpdatedAt time.Time
|
||||
CreatedAt string
|
||||
UpdatedAt string
|
||||
Note string
|
||||
UserID string
|
||||
}
|
||||
|
||||
type User struct {
|
||||
ID string
|
||||
CreatedAt time.Time
|
||||
UpdatedAt time.Time
|
||||
CreatedAt string
|
||||
UpdatedAt string
|
||||
Name string
|
||||
ApiKey string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user