Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Syntax Error, unexpected "2" (T_INT) #10

Closed
warmiak opened this issue Sep 6, 2023 · 0 comments · Fixed by #12
Closed

Syntax Error, unexpected "2" (T_INT) #10

warmiak opened this issue Sep 6, 2023 · 0 comments · Fixed by #12
Assignees
Labels
bug Something isn't working

Comments

@warmiak
Copy link

warmiak commented Sep 6, 2023

I get this Error when i try to call the following function:

$parser = DbmlParserFactory::create();

$schema = $parser->parse( <<<DBML $data DBML );

Screenshot 2023-09-05 161847

@butschster butschster self-assigned this Oct 19, 2023
@butschster butschster added the bug Something isn't working label Oct 19, 2023
butschster added a commit that referenced this issue Oct 19, 2023
- Column name started from int - 2fa_enabled
- Column type with coma separated value - balance decimal(8,2) [default: 0.00]
- FK action on destroy

fixes #11
fixes #10
fixes #9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants