Описание
A WordPress plugin to simply create MySQL foreign keys.
Установка
- Upload plugin to the
/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
Часто задаваемые вопросы
-
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.
Отзывы
Нет отзывов об этом плагине.
Участники и разработчики
«Foreign Keys Pro» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:
УчастникиПеревести «Foreign Keys Pro» на ваш язык.
Заинтересованы в разработке?
Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.
Журнал изменений
1.0.0
- This version is the first release.