when i write foreign key constraints, i have to record the prefix of the table.
i propose that the constraint tag be changed to include a means of referencing a table as a foreign key, to take advantage of table name prefixing. perhaps by retaining the cdata and introducing attributes:
<constraint type="foreignkey" table="sometable" field="somefield"></constraint>
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hi,
when i write foreign key constraints, i have to record the prefix of the table.
i propose that the constraint tag be changed to include a means of referencing a table as a foreign key, to take advantage of table name prefixing. perhaps by retaining the cdata and introducing attributes:
<constraint type="foreignkey" table="sometable" field="somefield"></constraint>