productId property

IntColumn get productId

Implementation

IntColumn get productId => integer().references(Product, #id)();