Shorten Subject primary key length
Closed this issue · 2 comments
CBroz1 commented
In a meeting about another project, @dimitri-yatsenko commented that varchar(32) was longer than it should be for a primary key across the whole framework. Some documentation suggests limiting this value to 8 characters, if possible. Should the element reflect that?
subject: varchar(8)
Is there a process for determining backwards compatibility for existing use cases?
dimitri-yatsenko commented
yes please. Some fields propagate down to every element, including cells, model fits, etc. These should be short ids.