UNPKG

@hedhog/utils

Version:

<p align="center"> <img src="https://avatars.githubusercontent.com/u/177489127?s=200&v=4" alt="Hedhog Avatar" /> </p>

12 lines 350 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.timestampColumn = void 0; const timestampColumn = (name = 'created_at') => { return { name, type: 'timestamp', default: 'CURRENT_TIMESTAMP', }; }; exports.timestampColumn = timestampColumn; //# sourceMappingURL=timestampColumn.js.map