categoryId property

IntColumn get categoryId

Implementation

IntColumn get categoryId => integer().references(Category, #id)();