menu
flutter_artist_backend_sandbox package
documentation
database.dart
Lesson
bookId property
bookId property
dark_mode
light_mode
bookId
property
IntColumn
get
bookId
Implementation
IntColumn get bookId => integer().references(Book, #id)();
flutter_artist_backend_sandbox package
documentation
database
Lesson
bookId property
Lesson class