-
Jira Link: [DB-1303](https://yugabyte.atlassian.net/browse/DB-1303)
### Description
## Env:
### OS:
MacOS Monterey 12.0
### Chip:
Apple M1 Pro
### Docker version:
yugabytedb/yugabyte:2.9.…
-
```
What steps will reproduce the problem?
1. Apply the upgrade migration below.
2. Downgrade the migration.
[Migration(2)]
public class Test_001 : Migration
{
public override void Up()
{
…
-
I stumbled upon this when creating test data for Postgres. Repeated deployments led to the `user_info` table growing as no conflicts were raised for duplicated data.
`JpaUserInfoRepository` expects…
-
All of the major relational databases allow null values in unique key constraints.
As a workaround I could use unique indexes instead of alternate keys, but I would appreciate the semantics of a uniq…
-
Currently the constraints are row-wise, but it would be nice to have the option to add columnar type of constraints or multi-columnar.
This way you can do unique check on multiple columns for exam…
-
Multi-column unique constraints should be added to tables in databases.
Extract from model [SO_AFU_Verzeichnis_schadstoffbelastete_Boeden_20200622](http://geo.so.ch/models/AFU/SO_AFU_Verzeichnis_sc…
-
```
What steps will reproduce the problem?
1. Apply the upgrade migration below.
2. Downgrade the migration.
[Migration(2)]
public class Test_001 : Migration
{
public override void Up()
{
…
-
### Is your proposal related to a problem?
Use soft delete with deleted_at, then create an unique constraints with deleted_at as one of the columns: when deleted_at = null (not deleted yet), it los…
-
```
What steps will reproduce the problem?
1. Apply the upgrade migration below.
2. Downgrade the migration.
[Migration(2)]
public class Test_001 : Migration
{
public override void Up()
{
…
-
As a Developer, I want to design a relational database. So that I can efficiently store, retrieve, and manage data to support lifecouture.net