Author.php

<?php

namespace Tlf\BigDb\Test;

class Author extends \Tlf\BigOrm {

    public int $id;

}