whoami7 - Manager
:
/
home
/
kckglobal
/
www
/
portal
/
vendor
/
larastan
/
larastan
/
src
/
Properties
/
Upload File:
files >> /home/kckglobal/www/portal/vendor/larastan/larastan/src/Properties/SchemaColumn.php
<?php declare(strict_types=1); namespace Larastan\Larastan\Properties; /** @see https://github.com/psalm/laravel-psalm-plugin/blob/master/src/SchemaColumn.php */ final class SchemaColumn { public string $writeableType; public function __construct( public string $name, public string $readableType, public bool $nullable = false, /** @var array<int, string> */ public array|null $options = null, ) { $this->writeableType = $readableType; } }
Copyright ©2021 || Defacer Indonesia