Atualizando rotas das vans com lógica do locador

This commit is contained in:
Matheus Albino Brunhara
2022-06-19 23:14:28 -05:00
parent 98fb081648
commit 2631af4681
9 changed files with 289 additions and 7 deletions

View File

@@ -29,6 +29,11 @@ export class CreateVansTable1655691282002 implements MigrationInterface {
name: 'seats_number',
type: 'numeric',
},
{
name: 'document',
type: 'varchar',
isNullable: true
},
{
name: 'created_at',
type: 'timestamp',