UNPKG

@riao/dbal

Version:
9 lines 307 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DateOfBirthColumn = void 0; const column_1 = require("../../column"); exports.DateOfBirthColumn = { name: 'date_of_birth', type: column_1.ColumnType.DATE, }; //# sourceMappingURL=date-of-birth-column.js.map