F1.21 Laravel(Lumen) Security Step3: Generate migration file (Wpf, Xamarin, Angular SPA, Reactjs SPA) - chempkovsky/CS2WPF-and-CS2XAMARIN GitHub Wiki

  • with Visual Strudio right click
    • database\migrations-folder
  • select "Add/Wpf Forms Wizard"

picture

  • with "Wpf Forms Wizard" click "Next" on the first page

picture

  • on the second page of "Wpf Forms Wizard"
    • select aspnetforphpchckdbcontext to generate the migration file
    • click "Next"

picture

  • on the third page of "Wpf Forms Wizard"
    • select ==Context==
    • click "Next"

picture

  • on the fourth page of "Wpf Forms Wizard"
    • select 00520-ContextMigration.php
    • click "Next"

picture

  • on the fifth page of "Wpf Forms Wizard"
    • select AspNetContextMigration.Laravel.php.t4
    • click "Next"

picture

  • on the last page of "Wpf Forms Wizard"
    • click "Save"

picture

  • Here is a result

picture

  • Rename the file as required by Laravel (Lumen)
    • It'll be
2021_10_12_100000_ContextMigration.php
  • in our case it must be
2021_10_14_100000_aspnetforphpchckdbcontextMigration.php