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

24 lines
297 B
PHP
Executable File

<?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',
),
),
)
;