fix(mysql): jsonb → json — type non supporté par MySQL
This commit is contained in:
@@ -27,6 +27,6 @@ export class Recipe {
|
||||
@Column({ name: 'endurance_cost' })
|
||||
enduranceCost: number;
|
||||
|
||||
@Column({ type: 'jsonb' })
|
||||
@Column({ type: 'json' })
|
||||
ingredients: RecipeIngredient[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user