Coggle requires JavaScript to display documents.
$table->primary(['id', 'hash']);
$table->dropColumn(['id', 'hash', 'email', 'senha']);
$table->foreign(['user_id', 'user_hash'])->references(['id', 'hash'])->on('usuarios');