Hendrawan Haryanto

Results 4 comments of Hendrawan Haryanto

I think it's because the default behavior of the database channel is UUID, which mean need to be inserted manually

have you installed https://github.com/enniel/adonis-lucid-polymorphic that's the requirements

I found the answer I add new method to BasicRepository ` ``` /** * The query where clauses. * * @var array */ protected $join = []; /** * Add...