aboutsummaryrefslogtreecommitdiff
path: root/backend/migrations/2020-12-26-051845_ar_integration/up.sql
blob: 16aa805a767adbb4b1f6f7f43765311622852e88 (plain)
1
2
3
4
5
6
-- Your SQL goes here
alter table product
add src text(500);

alter table product
add ios_src text(500);