@extends ('backend.layouts.app') @section('title', 'Table Schema View' ) @section('page-header')
| # | Field Name | Type Name | Null | Default | Auto Increment | Collation | Comment |
|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $columnSchema['name'] }} | {{ $columnSchema['type'] }} | {{ $columnSchema['nullable'] }} | {{ $columnSchema['default'] }} | {{ $columnSchema['auto_increment'] }} | {{ $columnSchema['collation'] }} | {{ $columnSchema['comment'] }} |