* @since 1.0.0 */ public const COLUMNS = [ 'test_has_many_rel_id' => ['name' => 'test_has_many_rel_id', 'type' => 'int', 'internal' => 'id'], 'test_has_many_rel_string' => ['name' => 'test_has_many_rel_string', 'type' => 'string', 'internal' => 'string'], ]; public const TABLE = 'test_has_many_rel'; public const PRIMARYFIELD ='test_has_many_rel_id'; }