JsonColumn typedef

JsonColumn = Column<Object>

Type for columns storing JSON structures.

Implementation

typedef JsonColumn = Column<Object>;