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

Getting different result running your provided script and DDL #91

Closed
aminechouicha opened this issue Nov 1, 2023 · 2 comments
Closed

Comments

@aminechouicha
Copy link

This is what I am getting below. Am I missing something?

[
{
name: 'users',
columns: [ [Object], [Object], [Object], [Object], [Object] ],
primaryKey: { columns: [Array] },
uniqueKeys: [ [Object] ],
options: { comment: 'All system users', engine: 'MyISAM' }
}
]

@aminechouicha
Copy link
Author

Never mind, I forgot to stringfy it. Thx

@duartealexf
Copy link
Owner

That looks correct. The console is truncating arrays and objects though, so to see the full object you might wanna JSON.stringify it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants