bookId property

IntColumn get bookId

Implementation

IntColumn get bookId => integer().references(Book, #id)();