INSERT INTO Subscription (status, quantity, cancelAtPeriodEnd, createdAt, currentPeriodStart, currentPeriodEnd, endedAt, cancelAt, canceledAt, trialStart, trialEnd, updatedAt, priceId, userId, stripeId)
VALUES (${status}, ${quantity}, ${cancelAtPeriodEnd}, ${createdAt}, ${currentPeriodStart}, ${currentPeriodEnd}, ${endedAt}, ${cancelAt}, ${canceledAt}, ${trialStart}, ${trialEnd}, ${updatedAt}, ${priceId}, ${userId}, ${stripeId});