docs
docs copied to clipboard
I don't know how to generate a model fields with default value in doc.
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.