317 B
317 B
tags
tags | |
---|---|
|
REQ0147-DemoReactLogin
Description
Schema
// Add your DBML here
Table users {
id integer
username string
password_hash string
last_login_at datetime
login_count integer
}