UNPKG

@riao/dbal

Version:
12 lines 338 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PathColumn = void 0; const column_1 = require("../../column"); exports.PathColumn = { name: 'path', type: column_1.ColumnType.VARCHAR, length: 255, isUnique: true, required: true, }; //# sourceMappingURL=path-column.js.map