20 lines
250 B
PHP
Executable File
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 (
|
|
),
|
|
)
|
|
; |