Sequenzia/db/table_schema/production/table_data.php
2013-10-26 18:06:58 -05:00

20 lines
250 B
PHP
Executable File

<?php
return array (
0 =>
array (
'name' =>
array (
'type' => 'varchar(32)',
'default' => NULL,
),
'row_count' =>
array (
'type' => 'int(11)',
'default' => '0',
),
),
1 =>
array (
),
)
;