Keywords: DataAccWG

I think the constraint names should be unique in whole DB, not just in
table. MySQL is rather forgiving in this regard, but other engines (e.g.
postgresql) are not.
>
In light of my previous comment, I suggest we use, for primary keys:

pk_<TableName>_<columnName>

or

pk_<TableName>_<columnName1>_<columnName2>_...


Ok.


Is there a good mechanism in EA to capture the engine-specific mods?

If there is, then we have not found it yet. That is why we are
thinking about keeping a clean version, not polluted with db-specific
things, and add these extra things specific to given database
during post-processing.

Jacek
_______________________________________________
LSST-data mailing list
[email protected]
http://www.lsstmail.org/mailman/listinfo/lsst-data

Reply via email to