Files
espocrm/tests/testData/Utils/Database/Schema/Tables/Comment.php
2014-01-14 18:06:04 +02:00

19 lines
200 B
PHP

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