You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(application_id int primary key unique not null, employee_id varchar(32) not null, password varchar(32) not null, foreign key (application_id) references applications(id) on delete cascade)'
[1616283083]: =>
db.query 'alter table applications modify column school varchar(255) not null'