Open priverop opened 6 years ago
Hello,
I'm extending Laraadmin as the docu says (adding my forked repo + 'dev-master').
And now I find a lot of problems that I didn't find before, same environment. Adding a new field to an already created module:
QueryException in Connection.php line 770: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'listing_col' in 'field list' (SQL: insert into module_fields (colname, label, module, field_type, unique, defaultvalue, minlength, maxlength, required, listing_col, popup_vals, updated_at, created_at) values (test, Test, 12, 1, 0, , 0, 256, 0, 0, , 2018-01-05 13:09:07, 2018-01-05 13:09:07))
module_fields
colname
label
module
field_type
unique
defaultvalue
minlength
maxlength
required
listing_col
popup_vals
updated_at
created_at
Hello,
I'm extending Laraadmin as the docu says (adding my forked repo + 'dev-master').
And now I find a lot of problems that I didn't find before, same environment. Adding a new field to an already created module:
QueryException in Connection.php line 770: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'listing_col' in 'field list' (SQL: insert into
module_fields
(colname
,label
,module
,field_type
,unique
,defaultvalue
,minlength
,maxlength
,required
,listing_col
,popup_vals
,updated_at
,created_at
) values (test, Test, 12, 1, 0, , 0, 256, 0, 0, , 2018-01-05 13:09:07, 2018-01-05 13:09:07))