DB Migrations, adding ship type
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
@ -10,6 +10,6 @@ use Kyslik\ColumnSortable\Sortable;
|
||||
class Ships extends Model
|
||||
{
|
||||
use Sortable;
|
||||
public $sortable = ['shipId', 'shipName', 'shipOwner'];
|
||||
public $sortable = ['shipId', 'shipName', 'shipOwner', 'shipType'];
|
||||
protected $casts = ['id' => 'string'];
|
||||
}
|
||||
|
Reference in New Issue
Block a user