Mô tả
A WordPress plugin to simply create MySQL foreign keys.
Cài đặt
- Upload plugin to the
/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
Hỏi đáp
-
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.
Đánh giá
Không có đánh giá nào cho plugin này.
Người đóng góp & Lập trình viên
“Foreign Keys Pro” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.
Những người đóng gópDịch “Foreign Keys Pro” sang ngôn ngữ của bạn.
Muốn tham gia phát triển?
Duyệt code, check out SVN repository, hoặc theo dõi nhật ký phát triển qua RSS.
Nhật ký thay đổi
1.0.0
- This version is the first release.