遞增的 ID (主鍵),使用至關於「UNSIGNED INTEGER」的型態code
$table->increments('id');
VARCHAR 型態rem
$table->string('email');
INTEGER 型態string
$table->integer('num');