turso
This commit is contained in:
@@ -1,13 +1,12 @@
|
||||
// Code generated by sqlc. DO NOT EDIT.
|
||||
// versions:
|
||||
// sqlc v1.18.0
|
||||
// sqlc v1.25.0
|
||||
// source: notes.sql
|
||||
|
||||
package database
|
||||
|
||||
import (
|
||||
"context"
|
||||
"time"
|
||||
)
|
||||
|
||||
const createNote = `-- name: CreateNote :exec
|
||||
@@ -17,8 +16,8 @@ VALUES (?, ?, ?, ?, ?)
|
||||
|
||||
type CreateNoteParams struct {
|
||||
ID string
|
||||
CreatedAt time.Time
|
||||
UpdatedAt time.Time
|
||||
CreatedAt string
|
||||
UpdatedAt string
|
||||
Note string
|
||||
UserID string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user