Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 334 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 334 Bytes
Example Payment Gateway Salvo + Seaorm

openapi

Migrate

sea-orm-cli migrate init

Generate Entity

sea-orm-cli generate entity -o src/entities

Migrate run UP

sea-orm-cli migrate up

Migrate run Down

sea-orm-cli migrate down