How to pass table column default value.

Fieldset::make('Logo')
->relationship('logo')
->schema([
FileUpload::make('file_location')->image()
])
I am uploading image using FileUpload, So I want to pass static value in column position_slug = 'logo'
Please help me to fix this.
Was this page helpful?