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

44 lines
672 B
PHP
Executable File

<?php
return array (
0 =>
array (
'id' =>
array (
'type' => 'int(11)',
'default' => NULL,
),
'predicate_id' =>
array (
'type' => 'int(11)',
'default' => NULL,
),
'consequent_id' =>
array (
'type' => 'int(11)',
'default' => NULL,
),
'is_pending' =>
array (
'type' => 'tinyint(1)',
'default' => '0',
),
'reason' =>
array (
'type' => 'varchar(128)',
'default' => NULL,
),
'creator_id' =>
array (
'type' => 'int(11)',
'default' => NULL,
),
),
1 =>
array (
'pri' =>
array (
0 => 'id',
),
),
)
;