Daniel Mejia
10/12/2022, 9:34 PMDaniel Mejia
10/12/2022, 9:41 PMcomponent
extends="quick.models.BaseEntity"
datasource="webteam"
table="GuessPrice"
grammar="SqlServerGrammar@qb"
accessors="true" {
property name="id";
property name="employeeid";
property name="guess";
property name="submittedon";
this.constraints = {
employeeid: {
required: true,
type: "numeric"
},
guess: {
required: true,
type: "numeric"
}
};
}
Daniel Mejia
10/12/2022, 9:45 PMcommandbox> migrate up entity=Guess.cfc
I get the feeling some of you pro Boxers are already doing this.