You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: