miter
Version:
A typescript web framework based on ExpressJs based loosely on SailsJs
13 lines • 351 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const prop_decorator_1 = require("./prop.decorator");
function Pk() {
return prop_decorator_1.Prop({
allowNull: false,
autoIncrement: true,
primaryKey: true,
unique: true
});
}
exports.Pk = Pk;
//# sourceMappingURL=pk.decorator.js.map