Ignore:
Timestamp:
Mar 28, 2022, 12:17:44 AM (2 years ago)
Author:
chronos
Message:
  • Modified: Improved model definitions.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Packages/Common/ModelDesc.php

    r899 r923  
    179179{
    180180  public ?string $Default;
     181  public int $MaxLength;
    181182
    182183  function __construct(string $Name)
     
    185186    $this->HasDefault = false;
    186187    $this->Default = null;
     188    $this->MaxLength = 255;
    187189  }
    188190
Note: See TracChangeset for help on using the changeset viewer.