This repository has been archived on 2026-07-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
2016-09-13 16:20:42 +03:00

19 lines
284 B
PHP

<?php
return array(
'Comment' => array(
'fields' => array(
'id' => array(
'type' => 'id',
),
'name' => array(
'type' => 'varchar',
'len' => '100',
),
),
),
);