['type' => 'uuid', 'length' => null, 'null' => false, 'default' => null, 'comment' => '', 'precision' => null], 'user_id' => ['type' => 'uuid', 'length' => null, 'null' => false, 'default' => null, 'comment' => '', 'precision' => null, 'fixed' => null], 'post_id' => ['type' => 'uuid', 'length' => null, 'null' => false, 'default' => null, 'comment' => '', 'precision' => null, 'fixed' => null], '_constraints' => [ 'primary' => ['type' => 'primary', 'columns' => ['id'], 'length' => []], ], '_options' => [ 'engine' => 'InnoDB', 'collation' => 'utf8_general_ci' ], ]; // @codingStandardsIgnoreEnd /** * Records * * @var array */ public $records = [ [ 'id' => '00000000-0000-0000-0000-000000000011', 'user_id' => '00000000-0000-0000-0000-000000000001', 'post_id' => '00000000-0000-0000-0000-000000000001', ], [ 'id' => '00000000-0000-0000-0000-000000000012', 'user_id' => '00000000-0000-0000-0000-000000000002', 'post_id' => '00000000-0000-0000-0000-000000000002', ], ]; }