nur-ture/nur_tbin/mapper/samples/fsv_schema.php

7 lines
101 B
PHP
Raw Normal View History

2024-11-28 15:39:23 +04:00
<?php
return [
"nom" => [10, "string"],
"prenom" => [10, "string"],
"age" => [3, "number"],
];