UNPKG

@riao/dbal

Version:
11 lines 439 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CreateTimestampColumn = void 0; const column_1 = require("../../column"); const functions_1 = require("../../functions"); exports.CreateTimestampColumn = { type: column_1.ColumnType.TIMESTAMP, name: 'create_timestamp', default: functions_1.DatabaseFunctions.currentTimestamp(), }; //# sourceMappingURL=create-timestamp-column.js.map