Skip to content

Commit 65d7f84

Browse files
rogeriooyoussef-md
andcommitted
pax-app/Wiki#214 Change pax_photos attribute to photo
Co-authored-by: Youssef Muhamad <emaildeyoussefmuhamad@gmail.com>
1 parent bd860e1 commit 65d7f84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PaxDB.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ CREATE TABLE PAX
162162
CREATE TABLE pax_photos
163163
(
164164
pax_id INT (11) DEFAULT NULL,
165-
photo_id VARCHAR (50) DEFAULT NULL,
165+
photo VARCHAR (50) DEFAULT NULL,
166166

167167
CONSTRAINT pax_photos_PAX FOREIGN KEY ( pax_id )
168168
REFERENCES PAX ( pax_id )

0 commit comments

Comments
 (0)