> +box.sql.execute('PRAGMA defer_foreign_keys = 0;')
> +box.sql.execute('pragma foreign_keys = 0;’);
Could you please explain, why do you need to turn off foreign keys?
AFAIK by default they are enabled. It is okay to change defer mode, but
I see no reason to disable them at all.