alter table theme_app add
default_theme_id INTEGER;
constraint them_app_defau_them_id_f_6plv_
foreign key (default_theme_id) references theme_themes(theme_id);