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

54 lines
871 B
PHP

<?php
return array (
0 =>
array (
'id' =>
array (
'type' => 'bigint(20) unsigned',
'default' => NULL,
),
'column_name' =>
array (
'type' => 'char(24)',
'default' => NULL,
),
'remote_id' =>
array (
'type' => 'bigint(20)',
'default' => NULL,
),
'table_name' =>
array (
'type' => 'char(24)',
'default' => NULL,
),
'value' =>
array (
'type' => 'text',
'default' => NULL,
),
'history_id' =>
array (
'type' => 'bigint(20) unsigned',
'default' => NULL,
),
'previous_id' =>
array (
'type' => 'bigint(20)',
'default' => NULL,
),
'value_index' =>
array (
'type' => 'text',
'default' => NULL,
),
),
1 =>
array (
'pri' =>
array (
0 => 'id',
),
),
)
;