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

44 lines
670 B
PHP
Executable File

<?php
return array (
0 =>
array (
'id' =>
array (
'type' => 'int(11)',
'default' => NULL,
),
'user_id' =>
array (
'type' => 'int(11)',
'default' => NULL,
),
'tag_query' =>
array (
'type' => 'text',
'default' => NULL,
),
'cached_post_ids' =>
array (
'type' => 'text',
'default' => NULL,
),
'name' =>
array (
'type' => 'varchar(32)',
'default' => NULL,
),
'is_visible_on_profile' =>
array (
'type' => 'tinyint(1)',
'default' => '1',
),
),
1 =>
array (
'pri' =>
array (
0 => 'id',
),
),
)
;