@extends('layouts.demo10.base') @section('content')
| Name | Comment | DataType | Length | Nullable | Default | Is Lookup | Reference | Actions |
|---|---|---|---|---|---|---|---|---|
| id | - | SERIAL | - | No | Auto | - | - | |
| {{ $column['id'] }} | {{ $column['name'] }} | {{ strtoupper($column['datatype']) }} | {{ $column['length'] }} | {{ $column['nullable'] ? 'Yes' : 'No' }} | {{ empty($column['predefined']) ? 'NULL' : $column['predefined'] }} | @if(!empty($column['is_lookup'])) @endif |
@can('generate.schema_design')
|
| # | Option Name | Actions |
|---|
You do not have permission to view this page.