import * as typeorm from "https://deno.land/x/typeorm@v0.2.23-rc10/src/driver/types/ColumnTypes.ts";
Type Aliases
Any column type column can be. | |
Column types used for @PrimaryGeneratedColumn() decorator. | |
All other regular column types. | |
Column types where spatial properties are used. | |
Column types where column length is used. | |
Column types where precision and scale properties are used. | |