Vincent_Roehrig

Results 2 issues of Vincent_Roehrig

It is possible to have an object Field ? `class Morceau { @PrimaryKey(auto: true, isNullable: false) int codeMorceau; @Column(length: 30, isNullable: true) String titreMorceau; @BelongsTo.many(ArtisteBean, refCol: 'codeArtiste') Artiste artisteMorceau; }...

Hello ! i don't understand that error `main() async { final _adapter = PgAdapter('bibliotheque', username: 'postgres', password: 'password1234'); await _adapter.connect(); //create beans final albumBean = AlbumBean(_adapter); Album slipknot = new...