This website requires JavaScript.
Explore
Help
Register
Sign In
jason
/
mrp
Watch
1
Star
0
Fork
0
You've already forked mrp
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
main
mrp
/
server
/
prisma
/
migrations
/
20260315004500_inventory_default_price
/
migration.sql
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
Delete Directory
2 lines
60 B
SQL
Raw
Permalink
Normal View
History
Unescape
Escape
cost and price
2026-03-14 23:23:43 -05:00
ALTER
TABLE
"InventoryItem"
ADD
COLUMN
"defaultPrice"
REAL
;
Reference in New Issue
Copy Permalink