database error with creating table for appointments
-
How do I fix this error?
WordPress database error Table ‘wp_gkfx_ap_appointments’ already exists for query CREATE TABLE
wp_gkfx_ap_appointments(
idINT( 11 ) NOT NULL AUTO_INCREMENT PRIMARY KEY,
nameVARCHAR( 30 ) NOT NULL ,
emailVARCHAR( 256 ) NOT NULL ,
service_idINT( 11 ) NOT NULL ,
phoneBIGINT( 21 ) NOT NULL ,
start_timeVARCHAR( 10 ) NOT NULL ,
end_timeVARCHAR( 10 ) NOT NULL ,
dateDATE NOT NULL ,
noteTEXT NOT NULL ,
appointment_keyVARCHAR( 32 ) NOT NULL ,
statusVARCHAR( 10 ) NOT NULL
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘database error with creating table for appointments’ is closed to new replies.