Skip to content
Snippets Groups Projects
Commit 20bf7c3c authored by elit04's avatar elit04
Browse files

Forgot to delete wrong comments in CheckIn.ts

parent 2dda42b7
No related branches found
No related tags found
No related merge requests found
...@@ -34,16 +34,13 @@ CheckIn.init( ...@@ -34,16 +34,13 @@ CheckIn.init(
checkin: { checkin: {
type: DataTypes.DATE, type: DataTypes.DATE,
allowNull: false, allowNull: false,
// primaryKey: true,
}, },
checkout: { checkout: {
type: DataTypes.DATE, type: DataTypes.DATE,
allowNull: false, allowNull: false,
// primaryKey: true
}, },
clientID: { clientID: {
type: DataTypes.INTEGER, type: DataTypes.INTEGER,
// primaryKey: true,
references: { references: {
model: "customer", model: "customer",
key: "id", key: "id",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment