chore: create user, collection and link models, migrations and seeders

This commit is contained in:
Sonny
2024-04-28 00:45:10 +02:00
committed by Sonny
parent 08dcd7455f
commit 231629f0dd
17 changed files with 311 additions and 32 deletions

View File

@@ -0,0 +1,3 @@
// import type { HttpContext } from '@adonisjs/core/http';
export default class CollectionsController {}