sql: make default primary key names match Postgres naming convention #71087
Labels
A-tools-prisma
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
T-sql-foundations
SQL Foundations Team (formerly SQL Schema + SQL Sessions)
We have seen some tools rely on this naming convention when running their test suites. The name should be
(table_name)_pkey
.Making this change would make it easier for us to test compatibility with these tools.
Epic CRDB-1379
The text was updated successfully, but these errors were encountered: