3YOURMIND / django-add-default-value

This django Migration Operation can be used to transfer a Fields default value to the database scheme.
Apache License 2.0
138 stars 19 forks source link

Add support for CockroachDB #32

Closed mlazowik closed 3 years ago

mlazowik commented 3 years ago

First of all thank you for this library!

CockroachDB is a database that aims at compat with PostgreSQL, so everything should work: https://www.cockroachlabs.com/docs/v20.2/default-value.html#details

I've noticed you have tests per db, but I don't see any automated provisioning. If I wanted to add tests against crdb do I just test locally?