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
If I need a primary key with multiple columns is there a way of doing this with your library? I tried excluding the primary key so I could run an Alter Table command afterwards, but it seems I can't create a table without a primary key as I get this error:
Hello
Sorry, but currently this lib hasn't a posibility to create composite Primary Key by query builder.
Generally i adding functionality to this lib by my needs, but now i see not only me want to use this lib, so i will add posibility to create composite Primary Key. And let you know, when i add it.
Thank you for your intreseting fot this lib and for the opening this issue.
If I need a primary key with multiple columns is there a way of doing this with your library? I tried excluding the primary key so I could run an Alter Table command afterwards, but it seems I can't create a table without a primary key as I get this error:
What I'm trying to create is this:
The above error was generated with this code. It threw the warning before I called come ALTER TABLE bit.
Thanks for your help. Enjoying the library so far!
The text was updated successfully, but these errors were encountered: