docs icon indicating copy to clipboard operation
docs copied to clipboard

I don't know how to generate a model fields with default value in doc.

Open abserari opened this issue 4 years ago • 0 comments

buffalo g resource disk name:string size:int actual_size:int:"{null:true} I try this to generate fizz with null setting want to get t.Column("actual_size", "integer", {null: true})

but I couldn't find an instruction.

abserari avatar Nov 03 '21 09:11 abserari