Say I have a fruit table in my database:
abstract class FruitRow extends Table[Fruit] { def appleId = column[Option[Long]]("apple_id") def orang