@section('database-table-editor-template')
{{ __('voyager::generic.name') }} {{ __('voyager::generic.type') }} {{ __('voyager::generic.length') }} {{ __('voyager::generic.not_null') }} {{ __('voyager::generic.unsigned') }} {{ __('voyager::generic.auto_increment') }} {{ __('voyager::generic.index') }} {{ __('voyager::generic.default') }}
@if($db->action == 'update')
@else
@endif
@if($db->action == 'create')

{{-- Hide migration button until feature is available.

--}} @endif

{{ __('voyager::database.no_composites_warning') }}

{{ __('voyager::database.table_no_columns') }}

@endsection @include('voyager::tools.database.vue-components.database-column') @include('voyager::tools.database.vue-components.database-table-helper-buttons')