AdonisJS Tutorial - Database Migrations [ Build a Simple API - Part 4 ] (2018)

preview_player
Показать описание
In this video we create our migrations for each of our database tables -- customers, projects and tasks.

Рекомендации по теме
Комментарии
Автор

Great stuff man, thanks! I just got hired my first dev job! super stoked, been studying for about 7 months, they use adonis and there aren't many sources online to learn about this stack/framework/whatever adonis is considered to be, so I really appreciate you helping me prepare for my new job! :D

matthewthehuman
Автор

8:39 i like it so much when u shared ur error experience, really useful coz i encountered the same problems and dont know what it was. thanks mate

gazebochannel
Автор

Just wanted to say thank you for making this series. Currently working through it. I'm a Laravel/PHP dev, but needed to find a Node-based server framework for a project, so I feel right at home with Adonis. These tutorials are really helping just connect the dots between the two frameworks; also helped by your great teaching style. Looking forward to getting through the rest of the series!

benfurfie
Автор

Thanks for keep emphasizing those details and conveying your valuable experience!!!

I did fall into foreign key constraint fail issue when I was starting using Django half years ago, I didn't realize that the order of creating a Model could lead to such problem until now.

apolodu
Автор

Really good work. clear and precise. Sort of things that are so undervalued in today's times. You have a great way of presenting and speaking.

maverick_entertainment
Автор

Loving your tutorial series so far its going great, looking forward to finishing it soon.

loyal
Автор

Great tutorial, I love it!!
but, can you tell me what shortkey you used to breaks the line, like you do at 8:03 ? Thanks!

thaufiqumardi
Автор

I am getting an error while running mom install mysql --save. Please suggest me what to do ?

swagatkumarsahu
Автор

Great content, please continue on with authorization etc, Thanks

branquitodemunze
Автор

Please make a series on jwt auth with rest api and don't forget to cover validation as you did in this series.. Good Luck!

UjjwalKumar-wgwu
Автор

great videos, congrats!! .. pretty familiar to Laravel :)

FranckMercado
Автор

Even running this from a copy and paste from the repo code fails. Generates the errors:
code: 'ER_CANNOT_ADD_FOREIGN',
errno: 1215,
sqlMessage: 'Cannot add foreign key constraint',
sqlState: 'HY000',
index: 0,
sql: 'alter table `projects` add constraint foreign key (`customer_id`) references `customers` (`id`) on delete cascade' }

powderriverfarrier
Автор

How would I create multiple foreign keys?

jmartecep
welcome to shbcf.ru