I make a table with number 22 as the column name. How to access this column?
content:
I\'ve tryed thest
$obj = Tablename::f
Try to use where: Tablename::where('22','=','value')->first();
Tablename::where('22','=','value')->first();