mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-17 04:46:05 +00:00
public commit
This commit is contained in:
12
app/src/core/config.ts
Normal file
12
app/src/core/config.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* These are package global defaults.
|
||||
*/
|
||||
import type { Generated } from "kysely";
|
||||
|
||||
export type PrimaryFieldType = number | Generated<number>;
|
||||
|
||||
export const config = {
|
||||
data: {
|
||||
default_primary_field: "id"
|
||||
}
|
||||
} as const;
|
||||
Reference in New Issue
Block a user