salix/db/versions/.archive/10147-tealRuscus/00-firstScript.sql

3 lines
104 B
MySQL
Raw Normal View History

-- Place your SQL code here
ALTER TABLE vn.person CHANGE readerId readerId__ int(11) DEFAULT NULL NULL;