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

Summary

Maintainability
A
0 mins
Test Coverage
<?php

return [
  1 => [
    'id' => '1',
    'object_name' => 'blog',
    'object_id' => '3',
    'user_id' => '6',
    'question' => 'two beer or not  two beer',
    'add_date' => '1207839362',
    'choices' => 'two beer
not two beer
i don\'t know',
    'votes' => '2',
    'multiple' => '',
    'active' => '1',
  ],
];