singlestore-labs / singlestoredb-laravel-driver

The official SingleStore Laravel driver.
https://github.com/singlestore-labs/singlestore-laravel-driver
Apache License 2.0
223 stars 22 forks source link

Fixed generation of PK #77

Closed AdalbertMemSQL closed 8 months ago

AdalbertMemSQL commented 8 months ago

In the newer version of Laravel PK is added to the CREATE TABLE statement. See https://github.com/laravel/framework/pull/49374/files Our implementation added it from commands and didn't take into account that it is marked as ignored.

Closes #76

AmirHossein commented 8 months ago

@AdalbertMemSQL it would be great to release a new version so we could use the fix on projects

AdalbertMemSQL commented 8 months ago

@AmirHossein Yea. Just published it.

AmirHossein commented 8 months ago

Thanks