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
In a somewhat related issue as well, I can't figure out how to create a table without a primary key, or with an auto-incrementing primary key. If I remove the zxorm::PrimaryKey<> specification from the id column I end up with compiler errors.
The text was updated successfully, but these errors were encountered:
I'm unable to figure out how to create an indexed column as part of the schema for a table.
I imagine it could be something as simple as:
In a somewhat related issue as well, I can't figure out how to create a table without a primary key, or with an auto-incrementing primary key. If I remove the
zxorm::PrimaryKey<>
specification from theid
column I end up with compiler errors.The text was updated successfully, but these errors were encountered: