[GH-ISSUE #44] parse failed #28

Open
opened 2026-03-02 04:05:24 +03:00 by kerem · 0 comments
Owner

Originally created by @sqllyw on GitHub (Feb 23, 2025).
Original GitHub issue: https://github.com/findyourmagic/dber/issues/44

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]
}

Originally created by @sqllyw on GitHub (Feb 23, 2025). Original GitHub issue: https://github.com/findyourmagic/dber/issues/44 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] }
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/dber#28
No description provided.