yams #70261 [schema2sql] use named PK constraints for entity tables [deprecated]
The PK constraints for entities are not named explicitely (and use default autogenreated names by the backend). Fixing this would enable easier administration and cross db backend support. we already have explicit names for relation tables. syntax reminder: CREATE TABLE ..... CONSTRAINT index_name PRIMARY KEY (col1, col2...) CREATE TABLE tablename ( colname coltype CONSTRAINT indexname PRIMARY KEY, ...) | |
priority | normal |
---|---|
type | enhancement |
done in | <not specified> |
load | 0.000 |
load left | 0.000 |
closed by | <not specified> |