chore(utils): Provide a mikro orm base entity (#7286)

**What**
Provide a new mikro orm base entity in order to abstract away the on init and on create which include the id auto generation if not provided. The main goal is to reduce complexity in entity definition
This commit is contained in:
Adrien de Peretti
2024-05-10 09:27:33 +00:00
committed by GitHub
parent 144e09e852
commit 45e2228a07
6 changed files with 204 additions and 37 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@medusajs/utils": patch
---
chore(utils): Provide a mikro orm base entity