19 lines
354 B
Plaintext
19 lines
354 B
Plaintext
// Generated at: 2025-05-06T06:24:44.009Z
|
|
|
|
|
|
//
|
|
// collection id: pbc_3142635823
|
|
// collection name: helloworld
|
|
// collection type: auth
|
|
Table helloworld {
|
|
id text [pk, not null]
|
|
password varchar [not null]
|
|
tokenKey text [not null]
|
|
email text [not null]
|
|
emailVisibility boolean
|
|
verified boolean
|
|
created datetime
|
|
updated datetime
|
|
}
|
|
|