Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 253 Bytes

File metadata and controls

11 lines (7 loc) · 253 Bytes

Adonisjs default to UUID

I added UUID field in user migration and cretae hook in user model to generate uuid automatically while object creation.

Migrations

Run the following command to run startup migrations.

adonis migration:run