import * as typeorm from "https://deno.land/x/typeorm@v0.2.23-rc10/src/error/ColumnTypeUndefinedError.ts";
Classes
Thrown when ORM cannot get column's type automatically. Basically, when reflect-metadata is not available or tsconfig is not properly setup. |