-
Notifications
You must be signed in to change notification settings - Fork 39
Смирнов Алексей #14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Смирнов Алексей #14
Conversation
|
🍏 Пройден линтинг и базовые тесты |
| module.exports = (sequelize, DataTypes) => { | ||
| // Ваша модель корзины | ||
| return sequelize.define('carts', { | ||
| id: { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
если связи указаны правильно, id'шки сами подтянутся
| module.exports = (sequelize, DataTypes) => { | ||
| // Ваша модель страны | ||
| return sequelize.define('countries', { | ||
| id: { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
тоже
| module.exports = (sequelize, DataTypes) => { | ||
| // Ваша модель отзыва | ||
| return sequelize.define('reviews', { | ||
| id: { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
тоже
| module.exports = (sequelize, DataTypes) => { | ||
| // Ваша модель сувенира | ||
| return sequelize.define('souvenirs', { | ||
| id: { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
тоже
| module.exports = (sequelize, DataTypes) => { | ||
| // Ваша модель тэга | ||
| return sequelize.define('tags', { | ||
| id: { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
тоже
No description provided.