Schema::table is to modify an existing table, use Schema::create to create new. ;) code example Example: laravel rename table Schema::rename($currentTableName, $newTableName);