import { getNormalizedValue } from "https://deno.land/x/cotton@v0.7.5/src/utils/models.ts";
Normalize value to a database compatible values.
Parameters
type: DataType
the data type of the column
original: DatabaseValues
the original data
import { getNormalizedValue } from "https://deno.land/x/cotton@v0.7.5/src/utils/models.ts";
Normalize value to a database compatible values.
the data type of the column
the original data