/
home
/
infinitibizsol
/
.trash
/
models.1
/
File Upload :
llllll
Current File: /home/infinitibizsol/.trash/models.1/Auction.js
module.exports = (sequelize, DataTypes) => { const Auction = sequelize.define( "tblAuction", { auction_id: { type: DataTypes.INTEGER, primaryKey: true, autoIncrement: true, }, name: { type: DataTypes.STRING, allowNull: true, }, location: { type: DataTypes.STRING, allowNull: true, }, }, { timestamps: false, } ); return Auction; };
Copyright ©2k19 -
Hexid
|
Tex7ure