Descripció
A WordPress plugin to simply create MySQL foreign keys.
Instal·lació
- Upload plugin to the
/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
PMF
-
What are MySQL Foreign Keys?
-
A foreign key is a column or group of columns in a table that links to a column or group of columns in another table. The foreign key places constraints on data in the related tables, which allows MySQL to maintain referential integrity.
Reference: MySQL Tutorial -
Do Foreign Keys have an impact on performance?
-
This realistically can vary site to site based on many factors. It is always best to test in a development environment, but here is a good article on how it might help performance.
Ressenyes
No hi ha ressenyes per a aquesta extensió.
Col·laboradors i desenvolupadors
«Foreign Keys Pro» és programari de codi obert. La següent gent ha col·laborat en aquesta extensió.
Col·laboradorsTraduïu «Foreign Keys Pro» a la vostra llengua.
Interessats en el desenvolupament?
Navegueu pel codi, baixeu-vos el repositori SVN, o subscriviu-vos al registre de desenvolupament per fisl de subscripció RSS.
Registre de canvis
1.0.0
- This version is the first release.