You don't have access to this class

Keep learning! Join and start boosting your career

Aprovecha el precio especial y haz tu profesi贸n a prueba de IA

Antes: $249

Currency
$209
Suscr铆bete

Termina en:

1 D铆as
0 Hrs
35 Min
4 Seg

Crear modelo de rodada

11/38
Resources

Contributions 3

Questions 2

Sort by:

Want to see more contributions, questions and answers from the community?

title: {
      type: 'string',
      required: true,
      minLength: 5,
      maxLength: 50,
    },
    start: {
      type: 'string',
      required: true,
    },
    end: {
      type: 'string',
    },
    wayPoints: {
      type: 'json',
    }

Es una maravilla este framework, literalmente con dos lineas de codigo tenemos listo el crud 馃槷

Excelente explicaci贸n instructor Eduardo, no sab铆a que pod铆amos establecer l铆mites de cantidad durante la creaci贸n de modelos en Sails, lo tendr茅 en cuenta cuando cree mis pr贸ximos modelos.