Alter Table statement to add Foreign Key
how do I fix this?
import.php: Missing parameter: import_type (FAQ 2.8)
import.php: Missing parameter: format (FAQ 2.8)
using this sql:
[ALTER TABLE `customer_event`
ADD CONSTRAINT `event_id__FK`
Foreign Key (`event_id`) REFERENCES event(`event-id`)]
|