Files
lettersoup-online/001_documentation/Requirements/REQ0015/schema.dbml
2025-05-09 14:14:00 +08:00

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
}