Skip to content

parse failed #44

@sqllyw

Description

@sqllyw

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions