-
Notifications
You must be signed in to change notification settings - Fork 100
Open
Description
using the deber.tech to import a table, got error Parse failed, why?
Table users {
id int [primary key, increment] // Auto-incrementing user ID
username varchar(50) [unique, not null]
email varchar(100) [unique, not null]
password_hash varchar(255) [not null]
created_at timestamp [default: now]
}
Metadata
Metadata
Assignees
Labels
No labels