@ -66,10 +66,10 @@ public class RecipeStuffs {
private Stuffs stuff;
/**
* 材料の数量
* 材料の数量(デフォルト1)
*/
@NotBlank
@Column(nullable = false)
private int amount;
private int amount = 1;
}