You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: