Sequenzia/db/table_schema/production/history_changes.php

54 lines
871 B
PHP
Raw Normal View History

2013-10-27 01:06:58 +02:00
<?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',
),
),
)
;