@section('database-table-editor-template')
@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')