Files
espocrm/tests/testData/Utils/Database/Schema/Tables/Comment.php
2014-10-20 11:13:16 +03:00

19 lines
284 B
PHP

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