Foreign Key and Unique Key at the same time
Posted: 2013-10-19 09:21
Problem:
AppGini does not allow a field to be Foreign Key and Unique Key at the same time.
Solution:
Set the field as Foreign in AppGini
Set the field as Unique in PhpMyAdmin
Problem solved.
AppGini does not allow a field to be Foreign Key and Unique Key at the same time.
Solution:
Set the field as Foreign in AppGini
Set the field as Unique in PhpMyAdmin
Problem solved.