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