mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-03-22 08:51:32 -04:00
4 lines
125 B
SQL
4 lines
125 B
SQL
-- alter pic_id field, to rather contain a file name
|
|
|
|
ALTER TABLE `ospos_items` CHANGE `pic_id` `pic_filename` VARCHAR(255);
|