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