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
Django migrations can be run in CrateDB, default django migrations are tested.In spite of that, we recommend that you run anything transactional in a transactional database,like PostgresSQL and use CrateDB as your analytical database.
Details
unique=True. CrateDB only supports unique constraints on primary keys, any model field with unique=truewill emit a warning to stdout.
Environment variables
name
value
description
SUPPRESS_UNIQUE_CONSTRAINT_WARNING
[true/false]
Suppresses warning when a model is created with unique=True constraint.