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
39c4d0933e9bb464d448e14e81ab53d44da6a12a
mrp
/
server
/
prisma
/
migrations
/
20260315004500_inventory_default_price
/
migration.sql
T
2 lines
60 B
SQL
Raw
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