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