how to create a Migration using Typeorm in Medusa.

Опубликовано: 10 Март 2024
на канале: ZeeCoding
187
3

There are two ways to create a migration file: create and write its content manually, or create and generate its content.

If you're creating a custom entity, then it's recommended to generate the migration file. However, if you're extending an entity from Medusa's core, then you should create and write the migration manually.

Option 2: Write Migration File
With this option, you'll use Typeorm's CLI tool to create the migration file, but you'll write the content yourself.

Run the following command in the root directory of your Medusa backend project:

npx typeorm migration:create src/migrations/PostCreate


Смотрите видео how to create a Migration using Typeorm in Medusa. онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь ZeeCoding 10 Март 2024, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 187 раз и оно понравилось 3 людям.