Foreign Keys in eloquent migrations

When writing your migrations in Eloquent you may want to define something like To do this (in version 6 of Laravel) you must define the foreign keys using the following syntax to match the new bigIncrements autoincrement key added by Laravel to all tables.