Closed ezwelty closed 2 years ago
POST locations results in the following error:
POST locations
{"error":"null value in column \"created_at\" violates not-null constraint"}
Fixed by ensuring that clusters.created_at and clusters.updated_at in the database default to NOW().
clusters.created_at
clusters.updated_at
NOW()
POST locations
results in the following error: