After change datatype from citext to text
This commit is contained in:
@@ -27,6 +27,7 @@ class CompanyResource extends Resource
|
||||
->schema([
|
||||
Forms\Components\TextInput::make('name')
|
||||
->required()
|
||||
//->citext('name')
|
||||
->unique()
|
||||
->columnSpanFull(),
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user