colopl / laravel-spanner

Laravel database driver for Google Cloud Spanner
Apache License 2.0
97 stars 16 forks source link

feat: add support for Schema::increments #175

Closed taka-oyama closed 9 months ago

taka-oyama commented 10 months ago

This will allow migrations, jobs and other database related features to work properly.

174 needs to be merged first.

Closes #157

taka-oyama commented 9 months ago

Thanks for reviewing! @tyabu12