Sms Rehber eklemesi,Mobil uyumluluk ayarları,iletişim sayfası düzenlemeler vb.
This commit is contained in:
5
migrations/add_product_code.sql
Normal file
5
migrations/add_product_code.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- Add product_code to products table
|
||||
ALTER TABLE public.products ADD COLUMN IF NOT EXISTS product_code TEXT;
|
||||
|
||||
-- Create an index for faster lookups if needed (optional but good practice)
|
||||
-- CREATE INDEX IF NOT EXISTS idx_products_product_code ON public.products(product_code);
|
||||
Reference in New Issue
Block a user