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

Columns not showing up #1

Open
Yrlish opened this issue Oct 8, 2022 · 1 comment
Open

Columns not showing up #1

Yrlish opened this issue Oct 8, 2022 · 1 comment

Comments

@Yrlish
Copy link

Yrlish commented Oct 8, 2022

I added this driver to my WebStorm to be able to look inside my D1 database as I started to develop.

When I got to my second table, no columns was showing up, only one key representing the PK. This also means that all the database references for columns, etc, will be marked as invalid in the code.

I verified that my table was indeed created and correct by running the command wrangler d1 execute DB --command "pragma table_info('table_name')".

The driver is outputting no messages, no errors.

@steebchen
Copy link

Yeah it doesn't show any columns except for the primary key (but the primary key is also lacking the type information)

image

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