Problem to create table
-
Hello,
I’m on WP 5.3.2 with your version of plugin 3.0.
I have created forms with the ACF plugin but I cannot bring the data up.
I put the fields that I defined in ACF.
Below the generated SQL query. In advance I thank you for your help. 🙂CREATE TABLE
test_i
(user_idbigint(20) NOT NULL AUTO_INCREMENT
,_domaine_dactivitetinytext
,fondeetinytext
,employestinytext
,nomtinytext NOT NULL
,emailvarchar(250) NOT NULL
, PRIMARY KEY (user_id)
) ENGINE=InnoDB DEFAULT CHARSET=latin1
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘Problem to create table’ is closed to new replies.