index
:
sharkey
stable
my custom sharkey fork
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
models
/
id.ts
blob: cdb8259073b09aee326a202cef5d940edb0b30e5 (
plain
)
1
2
3
4
export
const
id
=
()
=>
({
type
:
'varchar'
as
const
,
length
:
32
});