Sequenzia/db/table_schema/production/user_blacklisted_tags.php

24 lines
297 B
PHP
Raw Permalink Normal View History

2013-10-27 01:06:58 +02:00
<?php
return array (
0 =>
array (
'user_id' =>
array (
'type' => 'int(11)',
'default' => NULL,
),
'tags' =>
array (
'type' => 'text',
'default' => NULL,
),
),
1 =>
array (
'uni' =>
array (
0 => 'user_id',
),
),
)
;