.dev/install/installer_data/db_tables_en/tags.data.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

return [
  1 => [
    'id' => '1',
    'object_name' => 'blog',
    'object_id' => '1',
    'user_id' => '1',
    'user_name' => '',
    'add_date' => '1207317406',
    'text' => 'hello',
    'active' => '1',
    'activity' => '0',
  ],
  2 => [
    'id' => '2',
    'object_name' => 'gallery',
    'object_id' => '3',
    'user_id' => '4',
    'user_name' => '',
    'add_date' => '1207905403',
    'text' => 'thats africa',
    'active' => '1',
    'activity' => '0',
  ],
];