Posts by Thiago Schmitz • 31 points
2 posts
-
2
votes1
answer59
viewsQ: Help with a simple Join
Good evening, I don’t know what I’m doing wrong, I have two models, in Migration I created like this Schema::create('endereco_tipos', function (Blueprint $table) { $table->increments('id');…
-
1
votes0
answers55
viewsQ: Aggregate in C# returns nothing?
I made a direct query on the console that returned me what I expected, the query in Mongo is like this. db.AtividadeResultMongo.aggregate([{$unwind: "$LsVariaveisProcesso"}, {$match: { IdAtividade :…