This is with La-ravel ,please how to do it with Adonis query builder?
{$data = DB::table("items")
->where Column('created_at','updated_at')
->get();}
This is with La-ravel ,please how to do it with Adonis query builder?
{$data = DB::table("items")
->where Column('created_at','updated_at')
->get();}