purchase table - VeleSSemecky/Purchase GitHub Wiki
//data/com.veles.purchase.data.room.table/PurchaseTable/PurchaseTable
[androidJvm]
constructor(id: String = createPrimaryIDKey(), text: String, count: String, check: Boolean, typeHistory: HistoryType, time: Long, price: String = emptyString(), collectionId: String = emptyString())