Thanks.
Ok so I'm not very good with databases, but seems that in the structure of the table x_accounts the default values for all is NULL, only ac_enabled_in is marked = 1
Hmm, also see the first row shows allow Nulls=No. But default value there is NULL though.
Field name Type Allow nulls? Key Default value Extras
ac_id_pk int(6) unsigned No Primary NULL auto_increment
ac_user_vc varchar(50) Yes None NULL
ac_pass_vc varchar(200) Yes None NULL
ac_email_vc varchar(250) Yes None NULL
ac_reseller_fk int(6) Yes None NULL
ac_package_fk int(6) Yes None NULL
ac_group_fk int(6) Yes None NULL
ac_enabled_in int(1) Yes None 1
Can I just dump and recreate structure? or perhaps just edit first row?
Ok so I'm not very good with databases, but seems that in the structure of the table x_accounts the default values for all is NULL, only ac_enabled_in is marked = 1
Hmm, also see the first row shows allow Nulls=No. But default value there is NULL though.
Field name Type Allow nulls? Key Default value Extras
ac_id_pk int(6) unsigned No Primary NULL auto_increment
ac_user_vc varchar(50) Yes None NULL
ac_pass_vc varchar(200) Yes None NULL
ac_email_vc varchar(250) Yes None NULL
ac_reseller_fk int(6) Yes None NULL
ac_package_fk int(6) Yes None NULL
ac_group_fk int(6) Yes None NULL
ac_enabled_in int(1) Yes None 1
Can I just dump and recreate structure? or perhaps just edit first row?