feat: auto populate machine structures and seed sample data
This commit is contained in:
@@ -84,6 +84,7 @@ model Composant {
|
||||
prix Decimal? @db.Decimal(10, 2)
|
||||
createdAt DateTime @default(now())
|
||||
updatedAt DateTime @updatedAt
|
||||
structure Json?
|
||||
|
||||
typeComposantId String?
|
||||
typeComposant ModelType? @relation("ModelTypeComponentAssignments", fields: [typeComposantId], references: [id])
|
||||
|
||||
Reference in New Issue
Block a user