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
520119f65b3835344c020cb92a89ee0953072009
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