v1
This commit is contained in:
@@ -13,9 +13,9 @@ CREATE TABLE IF NOT EXISTS -- (
|
||||
id text PRIMARY KEY,
|
||||
created_at timestamp with time zone,
|
||||
updated_at timestamp with time zone,
|
||||
deleted_at timestamp with time zone,
|
||||
payload jsonb
|
||||
)`
|
||||
)
|
||||
`
|
||||
|
||||
func initDB(ctx context.Context, db *sql.DB, tablename string) error {
|
||||
if tablename == "" {
|
||||
|
Reference in New Issue
Block a user