Fix photos
This commit is contained in:
@@ -2,7 +2,7 @@ create table s_repair_photo
|
||||
(
|
||||
id int auto_increment
|
||||
primary key,
|
||||
action_id int default 0 not null,
|
||||
repair_id int default 0 not null,
|
||||
img varchar(100) default '' not null,
|
||||
position int default 0 not null
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user